Classes | |
| class | DiscoveredHostInfo |
| class | IntelliFireConfigFlow |
Functions | |
| str | _async_poll_local_fireplace_for_serial (str host, bool dhcp_mode=False) |
Variables | |
| string | MANUAL_ENTRY_STRING = "IP Address" |
| STEP_USER_DATA_SCHEMA = vol.Schema({vol.Required(CONF_HOST): str}) | |
Config flow for IntelliFire integration.
|
private |
Validate the user input allows us to connect. Data has the keys from STEP_USER_DATA_SCHEMA with values provided by the user.
Definition at line 51 of file config_flow.py.
| string homeassistant.components.intellifire.config_flow.MANUAL_ENTRY_STRING = "IP Address" |
Definition at line 40 of file config_flow.py.
| homeassistant.components.intellifire.config_flow.STEP_USER_DATA_SCHEMA = vol.Schema({vol.Required(CONF_HOST): str}) |
Definition at line 38 of file config_flow.py.