Home Assistant Unofficial Reference
2024.12.1
Classes
|
Namespaces
|
Variables
config_flow.py File Reference
Go to the source code of this file.
Classes
class
homeassistant.components.konnected.config_flow.KonnectedFlowHandler
class
homeassistant.components.konnected.config_flow.OptionsFlowHandler
Namespaces
homeassistant.components.konnected.config_flow
Variables
homeassistant.components.konnected.config_flow._LOGGER
= logging.getLogger(__name__)
string
homeassistant.components.konnected.config_flow.ATTR_KONN_UPNP_MODEL_NAME
= "model_name"
homeassistant.components.konnected.config_flow.BINARY_SENSOR_SCHEMA
string
homeassistant.components.konnected.config_flow.CONF_IO
= "io"
string
homeassistant.components.konnected.config_flow.CONF_IO_BIN
= "Binary Sensor"
string
homeassistant.components.konnected.config_flow.CONF_IO_DIG
= "Digital Sensor"
string
homeassistant.components.konnected.config_flow.CONF_IO_DIS
= "Disabled"
string
homeassistant.components.konnected.config_flow.CONF_IO_SWI
= "Switchable Output"
string
homeassistant.components.konnected.config_flow.CONF_MORE_STATES
= "more_states"
string
homeassistant.components.konnected.config_flow.CONF_NO
= "No"
string
homeassistant.components.konnected.config_flow.CONF_OVERRIDE_API_HOST
= "override_api_host"
string
homeassistant.components.konnected.config_flow.CONF_YES
= "Yes"
homeassistant.components.konnected.config_flow.CONFIG_ENTRY_SCHEMA
homeassistant.components.konnected.config_flow.IO_SCHEMA
string
homeassistant.components.konnected.config_flow.KONN_MANUFACTURER
= "konnected.io"
dictionary
homeassistant.components.konnected.config_flow.KONN_PANEL_MODEL_NAMES
homeassistant.components.konnected.config_flow.OPTIONS_IO_ANY
= vol.In([CONF_IO_DIS, CONF_IO_BIN, CONF_IO_DIG, CONF_IO_SWI])
homeassistant.components.konnected.config_flow.OPTIONS_IO_INPUT_ONLY
= vol.In([CONF_IO_DIS, CONF_IO_BIN])
homeassistant.components.konnected.config_flow.OPTIONS_IO_OUTPUT_ONLY
= vol.In([CONF_IO_DIS, CONF_IO_SWI])
homeassistant.components.konnected.config_flow.OPTIONS_SCHEMA
homeassistant.components.konnected.config_flow.SENSOR_SCHEMA
homeassistant.components.konnected.config_flow.SWITCH_SCHEMA
core
homeassistant
components
konnected
config_flow.py
Generated by
1.9.1