Namespaces | |
| climate | |
| config_flow | |
| const | |
| coordinator | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, AirTouch4ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, AirTouch4ConfigEntry entry) |
Variables | |
| AirTouch4ConfigEntry | |
| list | PLATFORMS = [Platform.CLIMATE] |
The AirTouch4 integration.
| bool homeassistant.components.airtouch4.async_setup_entry | ( | HomeAssistant | hass, |
| AirTouch4ConfigEntry | entry | ||
| ) |
Set up AirTouch4 from a config entry.
Definition at line 17 of file __init__.py.
| bool homeassistant.components.airtouch4.async_unload_entry | ( | HomeAssistant | hass, |
| AirTouch4ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 34 of file __init__.py.
| homeassistant.components.airtouch4.AirTouch4ConfigEntry |
Definition at line 14 of file __init__.py.
| list homeassistant.components.airtouch4.PLATFORMS = [Platform.CLIMATE] |
Definition at line 12 of file __init__.py.