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

Classes

class  BSBLANWaterHeater
 

Functions

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

Variables

dictionary OPERATION_MODES
 
dictionary OPERATION_MODES_REVERSE = {v: k for k, v in OPERATION_MODES.items()}
 
int PARALLEL_UPDATES = 1
 

Detailed Description

BSBLAN platform to control a compatible Water Heater Device.

Function Documentation

◆ async_setup_entry()

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

Definition at line 37 of file water_heater.py.

Variable Documentation

◆ OPERATION_MODES

dictionary homeassistant.components.bsblan.water_heater.OPERATION_MODES
Initial value:
1 = {
2  "Eco": STATE_ECO, # Energy saving mode
3  "Off": STATE_OFF, # Protection mode
4  "On": STATE_ON, # Continuous comfort mode
5 }

Definition at line 28 of file water_heater.py.

◆ OPERATION_MODES_REVERSE

dictionary homeassistant.components.bsblan.water_heater.OPERATION_MODES_REVERSE = {v: k for k, v in OPERATION_MODES.items()}

Definition at line 34 of file water_heater.py.

◆ PARALLEL_UPDATES

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

Definition at line 25 of file water_heater.py.