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

Classes

class  IncomfortWaterHeater
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
list HEATER_ATTRS = ["display_code", "display_text", "is_burning"]
 

Detailed Description

Support for an Intergas boiler via an InComfort/Intouch Lan2RF gateway.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.incomfort.water_heater.async_setup_entry ( HomeAssistant  hass,
InComfortConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up an InComfort/InTouch water_heater device.

Definition at line 24 of file water_heater.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.incomfort.water_heater._LOGGER = logging.getLogger(__name__)
private

Definition at line 19 of file water_heater.py.

◆ HEATER_ATTRS

list homeassistant.components.incomfort.water_heater.HEATER_ATTRS = ["display_code", "display_text", "is_burning"]

Definition at line 21 of file water_heater.py.