Classes | |
| class | InComfortConfigFlow |
Functions | |
| dict[str, str]|None | async_try_connect_gateway (HomeAssistant hass, dict[str, Any] config) |
Variables | |
| CONFIG_SCHEMA | |
| string | TITLE = "Intergas InComfort/Intouch Lan2RF gateway" |
Config flow support for Intergas InComfort integration.
| dict[str, str] | None homeassistant.components.incomfort.config_flow.async_try_connect_gateway | ( | HomeAssistant | hass, |
| dict[str, Any] | config | ||
| ) |
Try to connect to the Lan2RF gateway.
Definition at line 43 of file config_flow.py.
| homeassistant.components.incomfort.config_flow.CONFIG_SCHEMA |
Definition at line 23 of file config_flow.py.
| string homeassistant.components.incomfort.config_flow.TITLE = "Intergas InComfort/Intouch Lan2RF gateway" |
Definition at line 21 of file config_flow.py.