Migrate powerwall unique ids to use the gateway din (#107509)
This commit is contained in:
parent
e4a15354f4
commit
e7c25d1c36
4 changed files with 93 additions and 7 deletions
|
@ -21,7 +21,7 @@ from homeassistant.helpers.update_coordinator import DataUpdateCoordinator
|
|||
class PowerwallBaseInfo:
|
||||
"""Base information for the powerwall integration."""
|
||||
|
||||
gateway_din: None | str
|
||||
gateway_din: str
|
||||
site_info: SiteInfoResponse
|
||||
status: PowerwallStatusResponse
|
||||
device_type: DeviceType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue