Classes | |
| class | TeslaFleetCabinOverheatProtectionEntity |
| class | TeslaFleetClimateEntity |
Functions | |
| None | async_setup_entry (HomeAssistant hass, TeslaFleetConfigEntry 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 Tesla Fleet integration.
| None homeassistant.components.tesla_fleet.climate.async_setup_entry | ( | HomeAssistant | hass, |
| TeslaFleetConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Tesla Fleet Climate platform from a config entry.
Definition at line 38 of file climate.py.
| dictionary homeassistant.components.tesla_fleet.climate.COP_LEVELS |
Definition at line 200 of file climate.py.
| dictionary homeassistant.components.tesla_fleet.climate.COP_MODES |
Definition at line 193 of file climate.py.
| int homeassistant.components.tesla_fleet.climate.DEFAULT_MAX_TEMP = 28 |
Definition at line 33 of file climate.py.
| int homeassistant.components.tesla_fleet.climate.DEFAULT_MIN_TEMP = 15 |
Definition at line 32 of file climate.py.
| int homeassistant.components.tesla_fleet.climate.PARALLEL_UPDATES = 0 |
Definition at line 35 of file climate.py.
| dictionary homeassistant.components.tesla_fleet.climate.TEMP_LEVELS |
Definition at line 207 of file climate.py.