Classes | |
| class | HiveClimateEntity |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger() | |
| dictionary | HASS_TO_HIVE_STATE |
| dictionary | HIVE_TO_HASS_HVAC_ACTION |
| dictionary | HIVE_TO_HASS_STATE |
| int | PARALLEL_UPDATES = 0 |
| SCAN_INTERVAL = timedelta(seconds=15) | |
| dictionary | TEMP_UNIT |
Support for the Hive climate devices.
| None homeassistant.components.hive.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up Hive thermostat based on a config entry.
Definition at line 60 of file climate.py.
|
private |
Definition at line 57 of file climate.py.
| dictionary homeassistant.components.hive.climate.HASS_TO_HIVE_STATE |
Definition at line 39 of file climate.py.
| dictionary homeassistant.components.hive.climate.HIVE_TO_HASS_HVAC_ACTION |
Definition at line 45 of file climate.py.
| dictionary homeassistant.components.hive.climate.HIVE_TO_HASS_STATE |
Definition at line 33 of file climate.py.
| int homeassistant.components.hive.climate.PARALLEL_UPDATES = 0 |
Definition at line 55 of file climate.py.
| homeassistant.components.hive.climate.SCAN_INTERVAL = timedelta(seconds=15) |
Definition at line 56 of file climate.py.
| dictionary homeassistant.components.hive.climate.TEMP_UNIT |
Definition at line 51 of file climate.py.