Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.zwave_js.config_flow.BaseZwaveJSFlow
 
class  homeassistant.components.zwave_js.config_flow.CannotConnect
 
class  homeassistant.components.zwave_js.config_flow.InvalidInput
 
class  homeassistant.components.zwave_js.config_flow.OptionsFlowHandler
 
class  homeassistant.components.zwave_js.config_flow.ZWaveJSConfigFlow
 

Namespaces

 homeassistant.components.zwave_js.config_flow
 

Functions

dict[str, str] homeassistant.components.zwave_js.config_flow.async_get_usb_ports (HomeAssistant hass)
 
VersionInfo homeassistant.components.zwave_js.config_flow.async_get_version_info (HomeAssistant hass, str ws_address)
 
vol.Schema homeassistant.components.zwave_js.config_flow.get_manual_schema (dict[str, Any] user_input)
 
vol.Schema homeassistant.components.zwave_js.config_flow.get_on_supervisor_schema (dict[str, Any] user_input)
 
dict[str, str] homeassistant.components.zwave_js.config_flow.get_usb_ports ()
 
VersionInfo homeassistant.components.zwave_js.config_flow.validate_input (HomeAssistant hass, dict user_input)
 

Variables

 homeassistant.components.zwave_js.config_flow._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.zwave_js.config_flow.ADDON_LOG_LEVELS
 
int homeassistant.components.zwave_js.config_flow.ADDON_SETUP_TIMEOUT = 5
 
int homeassistant.components.zwave_js.config_flow.ADDON_SETUP_TIMEOUT_ROUNDS = 40
 
dictionary homeassistant.components.zwave_js.config_flow.ADDON_USER_INPUT_MAP
 
string homeassistant.components.zwave_js.config_flow.CONF_EMULATE_HARDWARE = "emulate_hardware"
 
string homeassistant.components.zwave_js.config_flow.CONF_LOG_LEVEL = "log_level"
 
string homeassistant.components.zwave_js.config_flow.DEFAULT_URL = "ws://localhost:3000"
 
 homeassistant.components.zwave_js.config_flow.ON_SUPERVISOR_SCHEMA = vol.Schema({vol.Optional(CONF_USE_ADDON, default=True): bool})
 
int homeassistant.components.zwave_js.config_flow.SERVER_VERSION_TIMEOUT = 10
 
string homeassistant.components.zwave_js.config_flow.TITLE = "Z-Wave JS"