Periodically re-scan for Fronius inverters that were offline while setup (#96538)

This commit is contained in:
Björn 2023-07-17 10:16:28 +02:00 committed by GitHub
parent 65ebb6a74f
commit e29b6408f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 439 additions and 16 deletions

View file

@ -8,6 +8,7 @@ DOMAIN: Final = "fronius"
SolarNetId = str
SOLAR_NET_ID_POWER_FLOW: SolarNetId = "power_flow"
SOLAR_NET_ID_SYSTEM: SolarNetId = "system"
SOLAR_NET_RESCAN_TIMER: Final = 60
class FroniusConfigEntryData(TypedDict):