Namespaces | |
| climate | |
| config_flow | |
| const | |
| discovery | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA | |
| list | PLATFORMS = [Platform.CLIMATE] |
Platform for the iZone AC.
| bool homeassistant.components.izone.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Register the iZone component config.
Definition at line 31 of file __init__.py.
| bool homeassistant.components.izone.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up from a config entry.
Definition at line 56 of file __init__.py.
| bool homeassistant.components.izone.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload the config entry and stop discovery process.
Definition at line 62 of file __init__.py.
| homeassistant.components.izone.CONFIG_SCHEMA |
Definition at line 17 of file __init__.py.
| list homeassistant.components.izone.PLATFORMS = [Platform.CLIMATE] |
Definition at line 15 of file __init__.py.