Classes | |
| class | VenstarThermostat |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
| None | async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| PLATFORM_SCHEMA | |
Support for Venstar WiFi Thermostats.
| None homeassistant.components.venstar.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Venstar thermostat.
Definition at line 66 of file climate.py.
| None homeassistant.components.venstar.climate.async_setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the Venstar thermostat platform. Venstar uses config flow for configuration now. If an entry exists in configuration.yaml, the import flow will attempt to import it and create a config entry.
Definition at line 83 of file climate.py.
| homeassistant.components.venstar.climate.PLATFORM_SCHEMA |
Definition at line 51 of file climate.py.