Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, AuroraAbbConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, AuroraAbbConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR] |
The Aurora ABB Powerone PV inverter sensor integration.
| bool homeassistant.components.aurora_abb_powerone.async_setup_entry | ( | HomeAssistant | hass, |
| AuroraAbbConfigEntry | entry | ||
| ) |
Set up Aurora ABB PowerOne from a config entry.
Definition at line 21 of file __init__.py.
| bool homeassistant.components.aurora_abb_powerone.async_unload_entry | ( | HomeAssistant | hass, |
| AuroraAbbConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 35 of file __init__.py.
| list homeassistant.components.aurora_abb_powerone.PLATFORMS = [Platform.SENSOR] |
Definition at line 18 of file __init__.py.