We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1dfb620 + 2193432 commit 7b76ee9Copy full SHA for 7b76ee9
custom_components/fpl/fplEntity.py
@@ -39,7 +39,7 @@ def name(self):
39
def device_info(self):
40
return {
41
"identifiers": {(DOMAIN, self.account)},
42
- "name": f"FPL Account {self.account}",
+ "name": f"FPL {self.account}",
43
"model": VERSION,
44
"manufacturer": "Florida Power & Light",
45
"configuration_url":"https://www.fpl.com/my-account/residential-dashboard.html"
0 commit comments