Skip to content

Commit

Permalink
Merge pull request #55 from adamoutler/patch-2
Browse files Browse the repository at this point in the history
Remove account to sync with sensors
  • Loading branch information
dotKrad authored Oct 10, 2024
2 parents 1dfb620 + 2193432 commit 7b76ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/fpl/fplEntity.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def name(self):
def device_info(self):
return {
"identifiers": {(DOMAIN, self.account)},
"name": f"FPL Account {self.account}",
"name": f"FPL {self.account}",
"model": VERSION,
"manufacturer": "Florida Power & Light",
"configuration_url":"https://www.fpl.com/my-account/residential-dashboard.html"
Expand Down

0 comments on commit 7b76ee9

Please sign in to comment.