Use dispatcher helper to add new Fronius inverter entities (#96782)
Using dispatcher to add new entities for inverter
This commit is contained in:
parent
4fefbf0408
commit
4b2cbbe8c2
3 changed files with 20 additions and 9 deletions
|
@ -6,6 +6,7 @@ from homeassistant.helpers.entity import DeviceInfo
|
|||
DOMAIN: Final = "fronius"
|
||||
|
||||
SolarNetId = str
|
||||
SOLAR_NET_DISCOVERY_NEW: Final = "fronius_discovery_new"
|
||||
SOLAR_NET_ID_POWER_FLOW: SolarNetId = "power_flow"
|
||||
SOLAR_NET_ID_SYSTEM: SolarNetId = "system"
|
||||
SOLAR_NET_RESCAN_TIMER: Final = 60
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue