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

Classes

class  BSBLANClimate
 

Functions

None async_setup_entry (HomeAssistant hass, BSBLanConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

list HVAC_MODES
 
int PARALLEL_UPDATES = 1
 
list PRESET_MODES
 

Detailed Description

BSBLAN platform to control a compatible Climate Device.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.bsblan.climate.async_setup_entry ( HomeAssistant  hass,
BSBLanConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up BSBLAN device based on a config entry.

Definition at line 43 of file climate.py.

Variable Documentation

◆ HVAC_MODES

list homeassistant.components.bsblan.climate.HVAC_MODES
Initial value:
1 = [
2  HVACMode.AUTO,
3  HVACMode.HEAT,
4  HVACMode.OFF,
5 ]

Definition at line 31 of file climate.py.

◆ PARALLEL_UPDATES

int homeassistant.components.bsblan.climate.PARALLEL_UPDATES = 1

Definition at line 29 of file climate.py.

◆ PRESET_MODES

list homeassistant.components.bsblan.climate.PRESET_MODES
Initial value:
1 = [
2  PRESET_ECO,
3  PRESET_NONE,
4 ]

Definition at line 37 of file climate.py.