Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| helpers | |
| number | |
| sensor | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, TechnoVEConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.NUMBER, Platform.SENSOR, Platform.SWITCH] |
| TechnoVEConfigEntry = ConfigEntry[TechnoVEDataUpdateCoordinator] | |
The TechnoVE integration.
| bool homeassistant.components.technove.async_setup_entry | ( | HomeAssistant | hass, |
| TechnoVEConfigEntry | entry | ||
| ) |
Set up TechnoVE from a config entry.
Definition at line 16 of file __init__.py.
| bool homeassistant.components.technove.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 28 of file __init__.py.
| list homeassistant.components.technove.PLATFORMS = [Platform.BINARY_SENSOR, Platform.NUMBER, Platform.SENSOR, Platform.SWITCH] |
Definition at line 11 of file __init__.py.
| homeassistant.components.technove.TechnoVEConfigEntry = ConfigEntry[TechnoVEDataUpdateCoordinator] |
Definition at line 13 of file __init__.py.