Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.nobo_hub.climate Namespace Reference

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
 

Detailed Description

Python Control of Nobø Hub - Nobø Energy Control.

Function Documentation

◆ async_setup_entry()

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.

Variable Documentation

◆ MAX_TEMPERATURE

int homeassistant.components.nobo_hub.climate.MAX_TEMPERATURE = 40

Definition at line 43 of file climate.py.

◆ MIN_TEMPERATURE

int homeassistant.components.nobo_hub.climate.MIN_TEMPERATURE = 7

Definition at line 42 of file climate.py.

◆ PRESET_MODES

list homeassistant.components.nobo_hub.climate.PRESET_MODES = [PRESET_NONE, PRESET_COMFORT, PRESET_ECO, PRESET_AWAY]

Definition at line 40 of file climate.py.

◆ SUPPORT_FLAGS

tuple homeassistant.components.nobo_hub.climate.SUPPORT_FLAGS
Initial value:
1 = (
2  ClimateEntityFeature.PRESET_MODE | ClimateEntityFeature.TARGET_TEMPERATURE_RANGE
3 )

Definition at line 36 of file climate.py.