Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.rfxtrx.config_flow.CannotConnect
 
class  homeassistant.components.rfxtrx.config_flow.DeviceData
 
class  homeassistant.components.rfxtrx.config_flow.RfxtrxConfigFlow
 
class  homeassistant.components.rfxtrx.config_flow.RfxtrxOptionsFlow
 

Namespaces

 homeassistant.components.rfxtrx.config_flow
 

Functions

bool homeassistant.components.rfxtrx.config_flow._test_transport (str|None host, int|None port, str|None device)
 
str homeassistant.components.rfxtrx.config_flow.get_serial_by_id (str dev_path)
 
int|None homeassistant.components.rfxtrx.config_flow.none_or_int (str|None value, int base)
 

Variables

string homeassistant.components.rfxtrx.config_flow.CONF_EVENT_CODE = "event_code"
 
string homeassistant.components.rfxtrx.config_flow.CONF_MANUAL_PATH = "Enter Manually"
 
 homeassistant.components.rfxtrx.config_flow.RECV_MODES = sorted(itertools.chain(*rfxtrxmod.lowlevel.Status.RECMODES))