Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.intellifire.config_flow.DiscoveredHostInfo
 
class  homeassistant.components.intellifire.config_flow.IntelliFireConfigFlow
 

Namespaces

 homeassistant.components.intellifire.config_flow
 

Functions

str homeassistant.components.intellifire.config_flow._async_poll_local_fireplace_for_serial (str host, bool dhcp_mode=False)
 

Variables

string homeassistant.components.intellifire.config_flow.MANUAL_ENTRY_STRING = "IP Address"
 
 homeassistant.components.intellifire.config_flow.STEP_USER_DATA_SCHEMA = vol.Schema({vol.Required(CONF_HOST): str})