fill in missing gaps with previous state

This commit is contained in:
Adam Outler
2022-01-01 12:17:37 -05:00
parent ba77a5e2c2
commit 0b4f5abb5b
9 changed files with 159 additions and 61 deletions

View File

@@ -24,7 +24,8 @@ class FplEntity(CoordinatorEntity):
return {
"identifiers": {(DOMAIN, self.account)},
"name": f"FPL Account {self.account}",
"model": VERSION,
"model": "FPL Monitoring API",
"sw_version": VERSION,
"manufacturer": "Florida Power & Light",
}