Classes | |
| class | SmartTubThermostat |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| dictionary | HEAT_MODES = {v: k for k, v in PRESET_MODES.items()} |
| dictionary | HVAC_ACTIONS |
| string | PRESET_DAY = "day" |
| dictionary | PRESET_MODES |
| string | PRESET_READY = "ready" |
Platform for climate integration.
| None homeassistant.components.smarttub.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up climate entity for the thermostat in the tub.
Definition at line 44 of file climate.py.
| dictionary homeassistant.components.smarttub.climate.HEAT_MODES = {v: k for k, v in PRESET_MODES.items()} |
Definition at line 36 of file climate.py.
| dictionary homeassistant.components.smarttub.climate.HVAC_ACTIONS |
Definition at line 38 of file climate.py.
| string homeassistant.components.smarttub.climate.PRESET_DAY = "day" |
Definition at line 26 of file climate.py.
| dictionary homeassistant.components.smarttub.climate.PRESET_MODES |
Definition at line 29 of file climate.py.
| string homeassistant.components.smarttub.climate.PRESET_READY = "ready" |
Definition at line 27 of file climate.py.