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

Namespaces

 atlantic_domestic_hot_water_production_mlb_component
 
 atlantic_pass_apc_dhw
 
 domestic_hot_water_production
 
 hitachi_dhw
 

Functions

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

Variables

dictionary CONTROLLABLE_NAME_TO_WATER_HEATER_ENTITY
 
dictionary WIDGET_TO_WATER_HEATER_ENTITY
 

Detailed Description

Support for Overkiz water heater devices.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.overkiz.water_heater.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Overkiz DHW from a config entry.

Definition at line 23 of file __init__.py.

Variable Documentation

◆ CONTROLLABLE_NAME_TO_WATER_HEATER_ENTITY

dictionary homeassistant.components.overkiz.water_heater.CONTROLLABLE_NAME_TO_WATER_HEATER_ENTITY
Initial value:
1 = {
2  "modbuslink:AtlanticDomesticHotWaterProductionMBLComponent": AtlanticDomesticHotWaterProductionMBLComponent,
3 }

Definition at line 55 of file __init__.py.

◆ WIDGET_TO_WATER_HEATER_ENTITY

dictionary homeassistant.components.overkiz.water_heater.WIDGET_TO_WATER_HEATER_ENTITY
Initial value:
1 = {
2  UIWidget.ATLANTIC_PASS_APC_DHW: AtlanticPassAPCDHW,
3  UIWidget.DOMESTIC_HOT_WATER_PRODUCTION: DomesticHotWaterProduction,
4  UIWidget.HITACHI_DHW: HitachiDHW,
5 }

Definition at line 49 of file __init__.py.