Classes | |
| class | CannotConnect |
| class | DeviceData |
| class | RfxtrxConfigFlow |
| class | RfxtrxOptionsFlow |
Functions | |
| bool | _test_transport (str|None host, int|None port, str|None device) |
| str | get_serial_by_id (str dev_path) |
| int|None | none_or_int (str|None value, int base) |
Variables | |
| string | CONF_EVENT_CODE = "event_code" |
| string | CONF_MANUAL_PATH = "Enter Manually" |
| RECV_MODES = sorted(itertools.chain(*rfxtrxmod.lowlevel.Status.RECMODES)) | |
Config flow for RFXCOM RFXtrx integration.
|
private |
Construct a rfx object based on config.
Definition at line 644 of file config_flow.py.
| str homeassistant.components.rfxtrx.config_flow.get_serial_by_id | ( | str | dev_path | ) |
Return a /dev/serial/by-id match for given device if available.
Definition at line 659 of file config_flow.py.
| int | None homeassistant.components.rfxtrx.config_flow.none_or_int | ( | str | None | value, |
| int | base | ||
| ) |
Check if string is one otherwise convert to int.
Definition at line 77 of file config_flow.py.
| string homeassistant.components.rfxtrx.config_flow.CONF_EVENT_CODE = "event_code" |
Definition at line 64 of file config_flow.py.
| string homeassistant.components.rfxtrx.config_flow.CONF_MANUAL_PATH = "Enter Manually" |
Definition at line 65 of file config_flow.py.
| homeassistant.components.rfxtrx.config_flow.RECV_MODES = sorted(itertools.chain(*rfxtrxmod.lowlevel.Status.RECMODES)) |
Definition at line 67 of file config_flow.py.