Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.upb.config_flow.CannotConnect
 
class  homeassistant.components.upb.config_flow.InvalidUpbFile
 
class  homeassistant.components.upb.config_flow.UPBConfigFlow
 

Namespaces

 homeassistant.components.upb.config_flow
 

Functions

def homeassistant.components.upb.config_flow._make_url_from_data (data)
 
def homeassistant.components.upb.config_flow._validate_input (data)
 

Variables

 homeassistant.components.upb.config_flow._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.upb.config_flow.DATA_SCHEMA
 
dictionary homeassistant.components.upb.config_flow.PROTOCOL_MAP = {"TCP": "tcp://", "Serial port": "serial://"}
 
int homeassistant.components.upb.config_flow.VALIDATE_TIMEOUT = 15