Skip to content

Commit

Permalink
Remove account to sync with sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
adamoutler authored Oct 10, 2024
1 parent 93a58ef commit 2193432
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",
}
Expand Down

0 comments on commit 2193432

Please sign in to comment.