Skip to content

Commit

Permalink
Merge pull request #56 from adamoutler/patch-3
Browse files Browse the repository at this point in the history
Update fplEntity.py
  • Loading branch information
dotKrad authored Oct 10, 2024
2 parents 93a58ef + 5cb78d9 commit 1dfb620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/fpl/fplEntity.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def device_info(self):
"name": f"FPL Account {self.account}",
"model": VERSION,
"manufacturer": "Florida Power & Light",
"configuration_url":"https://www.fpl.com/my-account/residential-dashboard.html"
}

def customAttributes(self) -> dict:
Expand Down

0 comments on commit 1dfb620

Please sign in to comment.