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

Classes

class  ScreenLogicClimate
 
class  ScreenLogicClimateDescription
 

Functions

None async_setup_entry (HomeAssistant hass, ScreenLogicConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list SUPPORTED_MODES = [HVACMode.OFF, HVACMode.HEAT]
 
list SUPPORTED_PRESETS
 

Detailed Description

Support for a ScreenLogic heating device.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.screenlogic.climate.async_setup_entry ( HomeAssistant  hass,
ScreenLogicConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up entry.

Definition at line 42 of file climate.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 30 of file climate.py.

◆ SUPPORTED_MODES

list homeassistant.components.screenlogic.climate.SUPPORTED_MODES = [HVACMode.OFF, HVACMode.HEAT]

Definition at line 33 of file climate.py.

◆ SUPPORTED_PRESETS

list homeassistant.components.screenlogic.climate.SUPPORTED_PRESETS
Initial value:
1 = [
2  HEAT_MODE.SOLAR,
3  HEAT_MODE.SOLAR_PREFERRED,
4  HEAT_MODE.HEATER,
5 ]

Definition at line 35 of file climate.py.