Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.intellifire.config_flow Namespace Reference

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})
 

Detailed Description

Config flow for IntelliFire integration.

Function Documentation

◆ _async_poll_local_fireplace_for_serial()

str homeassistant.components.intellifire.config_flow._async_poll_local_fireplace_for_serial ( str  host,
bool   dhcp_mode = False 
)
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.

Variable Documentation

◆ MANUAL_ENTRY_STRING

string homeassistant.components.intellifire.config_flow.MANUAL_ENTRY_STRING = "IP Address"

Definition at line 40 of file config_flow.py.

◆ STEP_USER_DATA_SCHEMA

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.