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"] |
Support for an Intergas boiler via an InComfort/Intouch Lan2RF gateway.
| 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.
|
private |
Definition at line 19 of file water_heater.py.
| list homeassistant.components.incomfort.water_heater.HEATER_ATTRS = ["display_code", "display_text", "is_burning"] |
Definition at line 21 of file water_heater.py.