Migrate powerwall unique ids to use the gateway din (#107509)

This commit is contained in:
J. Nick Koston 2024-01-13 16:17:37 -10:00 committed by GitHub
parent e4a15354f4
commit e7c25d1c36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 93 additions and 7 deletions

View file

@ -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