Classes | |
| class | TeslemetryCabinOverheatProtectionEntity |
| class | TeslemetryClimateEntity |
Functions | |
| None | async_setup_entry (HomeAssistant hass, TeslemetryConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| dictionary | COP_LEVELS |
| dictionary | COP_MODES |
| int | DEFAULT_MAX_TEMP = 28 |
| int | DEFAULT_MIN_TEMP = 15 |
| int | PARALLEL_UPDATES = 0 |
| dictionary | TEMP_LEVELS |
Climate platform for Teslemetry integration.
| None homeassistant.components.teslemetry.climate.async_setup_entry | ( | HomeAssistant | hass, |
| TeslemetryConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Teslemetry Climate platform from a config entry.
Definition at line 38 of file climate.py.
| dictionary homeassistant.components.teslemetry.climate.COP_LEVELS |
Definition at line 189 of file climate.py.
| dictionary homeassistant.components.teslemetry.climate.COP_MODES |
Definition at line 182 of file climate.py.
| int homeassistant.components.teslemetry.climate.DEFAULT_MAX_TEMP = 28 |
Definition at line 33 of file climate.py.
| int homeassistant.components.teslemetry.climate.DEFAULT_MIN_TEMP = 15 |
Definition at line 32 of file climate.py.
| int homeassistant.components.teslemetry.climate.PARALLEL_UPDATES = 0 |
Definition at line 35 of file climate.py.
| dictionary homeassistant.components.teslemetry.climate.TEMP_LEVELS |
Definition at line 196 of file climate.py.