Classes | |
| class | MaxCubeClimate |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_VALVE_POSITION = "valve_position" |
| float | MAX_TEMPERATURE = 30.0 |
| float | MIN_TEMPERATURE = 5.0 |
| float | OFF_TEMPERATURE = 4.5 |
| float | ON_TEMPERATURE = 30.5 |
| string | PRESET_ON = "on" |
Support for MAX! Thermostats via MAX! Cube.
| None homeassistant.components.maxcube.climate.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Iterate through all MAX! Devices and add thermostats.
Definition at line 50 of file climate.py.
|
private |
Definition at line 33 of file climate.py.
| string homeassistant.components.maxcube.climate.ATTR_VALVE_POSITION = "valve_position" |
Definition at line 35 of file climate.py.
| float homeassistant.components.maxcube.climate.MAX_TEMPERATURE = 30.0 |
Definition at line 47 of file climate.py.
| float homeassistant.components.maxcube.climate.MIN_TEMPERATURE = 5.0 |
Definition at line 45 of file climate.py.
| float homeassistant.components.maxcube.climate.OFF_TEMPERATURE = 4.5 |
Definition at line 40 of file climate.py.
| float homeassistant.components.maxcube.climate.ON_TEMPERATURE = 30.5 |
Definition at line 42 of file climate.py.
| string homeassistant.components.maxcube.climate.PRESET_ON = "on" |
Definition at line 36 of file climate.py.