diff --git a/custom_components/fpl/fplEntity.py b/custom_components/fpl/fplEntity.py index 9a6dcc3..37ac320 100644 --- a/custom_components/fpl/fplEntity.py +++ b/custom_components/fpl/fplEntity.py @@ -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", }