Namespaces | |
| binary_sensor | |
| climate | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| select | |
| sensor | |
| switch | |
| water_heater | |
Functions | |
| None | _async_migrate_unique_ids (HomeAssistant hass, AirzoneConfigEntry entry, AirzoneUpdateCoordinator coordinator) |
| bool | async_setup_entry (HomeAssistant hass, AirzoneConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, AirzoneConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| AirzoneConfigEntry | |
The Airzone integration.
|
private |
Migrate entities when the mac address gets discovered.
Definition at line 36 of file __init__.py.
| bool homeassistant.components.airzone.async_setup_entry | ( | HomeAssistant | hass, |
| AirzoneConfigEntry | entry | ||
| ) |
Set up Airzone from a config entry.
Definition at line 76 of file __init__.py.
| bool homeassistant.components.airzone.async_unload_entry | ( | HomeAssistant | hass, |
| AirzoneConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 96 of file __init__.py.
|
private |
Definition at line 31 of file __init__.py.
| homeassistant.components.airzone.AirzoneConfigEntry |
Definition at line 33 of file __init__.py.