Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| sensor | |
Classes | |
| class | SolaxData |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, SolaxConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, SolaxConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.SENSOR] |
| SCAN_INTERVAL = timedelta(seconds=30) | |
| SolaxConfigEntry | |
The solax component.
| bool homeassistant.components.solax.async_setup_entry | ( | HomeAssistant | hass, |
| SolaxConfigEntry | entry | ||
| ) |
Set up the sensors from a ConfigEntry.
Definition at line 36 of file __init__.py.
| bool homeassistant.components.solax.async_unload_entry | ( | HomeAssistant | hass, |
| SolaxConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 70 of file __init__.py.
|
private |
Definition at line 33 of file __init__.py.
| list homeassistant.components.solax.PLATFORMS = [Platform.SENSOR] |
Definition at line 18 of file __init__.py.
| homeassistant.components.solax.SCAN_INTERVAL = timedelta(seconds=30) |
Definition at line 20 of file __init__.py.
| homeassistant.components.solax.SolaxConfigEntry |
Definition at line 31 of file __init__.py.