Namespaces | |
| binary_sensor | |
| climate | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| errors | |
| sensor | |
| water_heater | |
Functions | |
| None | _async_import (HomeAssistant hass, ConfigType config) |
| bool | async_setup (HomeAssistant hass, ConfigType hass_config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA | |
| InComfortConfigEntry | |
| string | INTEGRATION_TITLE = "Intergas InComfort/Intouch Lan2RF gateway" |
| tuple | PLATFORMS |
Support for an Intergas boiler via an InComfort/Intouch Lan2RF gateway.
|
private |
Import config entry from configuration.yaml.
Definition at line 46 of file __init__.py.
| bool homeassistant.components.incomfort.async_setup | ( | HomeAssistant | hass, |
| ConfigType | hass_config | ||
| ) |
Create an Intergas InComfort/Intouch system.
Definition at line 86 of file __init__.py.
| bool homeassistant.components.incomfort.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up a config entry.
Definition at line 93 of file __init__.py.
| bool homeassistant.components.incomfort.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload config entry.
Definition at line 119 of file __init__.py.
| homeassistant.components.incomfort.CONFIG_SCHEMA |
Definition at line 21 of file __init__.py.
| homeassistant.components.incomfort.InComfortConfigEntry |
Definition at line 43 of file __init__.py.
| string homeassistant.components.incomfort.INTEGRATION_TITLE = "Intergas InComfort/Intouch Lan2RF gateway" |
Definition at line 41 of file __init__.py.
| tuple homeassistant.components.incomfort.PLATFORMS |
Definition at line 34 of file __init__.py.