Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.mysensors.config_flow.MySensorsConfigFlowHandler
 

Namespaces

 homeassistant.components.mysensors.config_flow
 

Functions

dict homeassistant.components.mysensors.config_flow._get_schema_common (dict[str, str] user_input)
 
bool homeassistant.components.mysensors.config_flow._is_same_device (ConfGatewayType gw_type, dict[str, Any] user_input, ConfigEntry entry)
 
dict[str, str] homeassistant.components.mysensors.config_flow._validate_version (str version)
 
str homeassistant.components.mysensors.config_flow.is_persistence_file (str value)
 

Variables

 homeassistant.components.mysensors.config_flow._PORT_SELECTOR
 
int homeassistant.components.mysensors.config_flow.DEFAULT_BAUD_RATE = 115200
 
int homeassistant.components.mysensors.config_flow.DEFAULT_TCP_PORT = 5003
 
string homeassistant.components.mysensors.config_flow.DEFAULT_VERSION = "1.4"