Skip to content

Commit 7b76ee9

Browse files
authored
Merge pull request #55 from adamoutler/patch-2
Remove account to sync with sensors
2 parents 1dfb620 + 2193432 commit 7b76ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/fpl/fplEntity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def name(self):
3939
def device_info(self):
4040
return {
4141
"identifiers": {(DOMAIN, self.account)},
42-
"name": f"FPL Account {self.account}",
42+
"name": f"FPL {self.account}",
4343
"model": VERSION,
4444
"manufacturer": "Florida Power & Light",
4545
"configuration_url":"https://www.fpl.com/my-account/residential-dashboard.html"

0 commit comments

Comments
 (0)