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

Classes

class  SchluterThermostat
 

Functions

None async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 PLATFORM_SCHEMA
 

Detailed Description

Support for Schluter thermostats.

Function Documentation

◆ async_setup_platform()

None homeassistant.components.schluter.climate.async_setup_platform ( HomeAssistant  hass,
ConfigType  config,
AddEntitiesCallback  async_add_entities,
DiscoveryInfoType | None   discovery_info = None 
)
Set up the Schluter thermostats.

Definition at line 37 of file climate.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.schluter.climate._LOGGER = logging.getLogger(__name__)
private

Definition at line 31 of file climate.py.

◆ PLATFORM_SCHEMA

homeassistant.components.schluter.climate.PLATFORM_SCHEMA
Initial value:
1 = CLIMATE_PLATFORM_SCHEMA.extend(
2  {vol.Optional(CONF_SCAN_INTERVAL): vol.All(vol.Coerce(int), vol.Range(min=1))}
3 )

Definition at line 32 of file climate.py.