Classes | |
| class | NoboZone |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| int | MAX_TEMPERATURE = 40 |
| int | MIN_TEMPERATURE = 7 |
| list | PRESET_MODES = [PRESET_NONE, PRESET_COMFORT, PRESET_ECO, PRESET_AWAY] |
| tuple | SUPPORT_FLAGS |
Python Control of Nobø Hub - Nobø Energy Control.
| None homeassistant.components.nobo_hub.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Nobø Ecohub platform from UI configuration.
Definition at line 46 of file climate.py.
| int homeassistant.components.nobo_hub.climate.MAX_TEMPERATURE = 40 |
Definition at line 43 of file climate.py.
| int homeassistant.components.nobo_hub.climate.MIN_TEMPERATURE = 7 |
Definition at line 42 of file climate.py.
| list homeassistant.components.nobo_hub.climate.PRESET_MODES = [PRESET_NONE, PRESET_COMFORT, PRESET_ECO, PRESET_AWAY] |
Definition at line 40 of file climate.py.
| tuple homeassistant.components.nobo_hub.climate.SUPPORT_FLAGS |
Definition at line 36 of file climate.py.