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

Classes

class  XS1ThermostatEntity
 

Functions

None setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

int MAX_TEMP = 25
 
int MIN_TEMP = 8
 

Detailed Description

Support for XS1 climate devices.

Function Documentation

◆ setup_platform()

None homeassistant.components.xs1.climate.setup_platform ( HomeAssistant  hass,
ConfigType  config,
AddEntitiesCallback  add_entities,
DiscoveryInfoType | None   discovery_info = None 
)
Set up the XS1 thermostat platform.

Definition at line 26 of file climate.py.

Variable Documentation

◆ MAX_TEMP

int homeassistant.components.xs1.climate.MAX_TEMP = 25

Definition at line 23 of file climate.py.

◆ MIN_TEMP

int homeassistant.components.xs1.climate.MIN_TEMP = 8

Definition at line 22 of file climate.py.