Classes | |
| class | TadoClimate |
Functions | |
| list[TadoClimate] | _generate_entities (TadoConnector tado) |
| None | async_setup_entry (HomeAssistant hass, TadoConfigEntry entry, AddEntitiesCallback async_add_entities) |
| TadoClimate|None | create_climate_entity (TadoConnector tado, str name, int zone_id, dict device_info) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_OFFSET = "offset" |
| string | ATTR_REQUESTED_OVERLAY = "requested_overlay" |
| string | ATTR_TIME_PERIOD = "time_period" |
| default | |
| string | SERVICE_CLIMATE_TIMER = "set_climate_timer" |
| string | SERVICE_TEMP_OFFSET = "set_climate_temperature_offset" |
| VolDictType | |
Support for Tado thermostats.
|
private |
Create all climate entities.
Definition at line 128 of file climate.py.
| None homeassistant.components.tado.climate.async_setup_entry | ( | HomeAssistant | hass, |
| TadoConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Tado climate platform.
Definition at line 103 of file climate.py.
| TadoClimate | None homeassistant.components.tado.climate.create_climate_entity | ( | TadoConnector | tado, |
| str | name, | ||
| int | zone_id, | ||
| dict | device_info | ||
| ) |
Create a Tado climate entity.
Definition at line 141 of file climate.py.
|
private |
Definition at line 79 of file climate.py.
| homeassistant.components.tado.climate.ATTR_OFFSET = "offset" |
Definition at line 96 of file climate.py.
| string homeassistant.components.tado.climate.ATTR_REQUESTED_OVERLAY = "requested_overlay" |
Definition at line 83 of file climate.py.
| string homeassistant.components.tado.climate.ATTR_TIME_PERIOD = "time_period" |
Definition at line 82 of file climate.py.
| homeassistant.components.tado.climate.default |
Definition at line 99 of file climate.py.
| string homeassistant.components.tado.climate.SERVICE_CLIMATE_TIMER = "set_climate_timer" |
Definition at line 81 of file climate.py.
| string homeassistant.components.tado.climate.SERVICE_TEMP_OFFSET = "set_climate_temperature_offset" |
Definition at line 95 of file climate.py.
| homeassistant.components.tado.climate.VolDictType |
Definition at line 85 of file climate.py.