Namespaces | |
| binary_sensor | |
| climate | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry config) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config) |
Variables | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.CLIMATE, Platform.SENSOR] |
The venstar component.
| bool homeassistant.components.venstar.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config | ||
| ) |
Set up the Venstar thermostat.
Definition at line 24 of file __init__.py.
| bool homeassistant.components.venstar.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config | ||
| ) |
Unload the config and platforms.
Definition at line 54 of file __init__.py.
| list homeassistant.components.venstar.PLATFORMS = [Platform.BINARY_SENSOR, Platform.CLIMATE, Platform.SENSOR] |
Definition at line 21 of file __init__.py.