Namespaces | |
| binary_sensor | |
| const | |
| cover | |
| entity | |
| light | |
| sensor | |
| switch | |
| utils | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_IGNORE_DEVICES = "ignore_devices" |
| string | CONF_KEEPALIVE_IDLE = "tcp_keepalive_idle_timer" |
| string | CONF_RECONNECT_INTERVAL = "reconnect_interval" |
| string | CONF_WAIT_FOR_ACK = "wait_for_ack" |
| CONFIG_SCHEMA | |
| int | CONNECTION_TIMEOUT = 10 |
| int | DEFAULT_RECONNECT_INTERVAL = 10 |
| int | DEFAULT_TCP_KEEPALIVE_IDLE_TIMER = 3600 |
| string | DOMAIN = "rflink" |
| list | RFLINK_GROUP_COMMANDS = ["allon", "alloff"] |
| SEND_COMMAND_SCHEMA | |
| string | SERVICE_SEND_COMMAND = "send_command" |
| string | SIGNAL_EVENT = "rflink_event" |
Support for Rflink devices.
| bool homeassistant.components.rflink.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Rflink component.
Definition at line 90 of file __init__.py.
|
private |
Definition at line 43 of file __init__.py.
| string homeassistant.components.rflink.CONF_IGNORE_DEVICES = "ignore_devices" |
Definition at line 45 of file __init__.py.
| string homeassistant.components.rflink.CONF_KEEPALIVE_IDLE = "tcp_keepalive_idle_timer" |
Definition at line 48 of file __init__.py.
| string homeassistant.components.rflink.CONF_RECONNECT_INTERVAL = "reconnect_interval" |
Definition at line 46 of file __init__.py.
| string homeassistant.components.rflink.CONF_WAIT_FOR_ACK = "wait_for_ack" |
Definition at line 47 of file __init__.py.
| homeassistant.components.rflink.CONFIG_SCHEMA |
Definition at line 63 of file __init__.py.
| int homeassistant.components.rflink.CONNECTION_TIMEOUT = 10 |
Definition at line 52 of file __init__.py.
| int homeassistant.components.rflink.DEFAULT_RECONNECT_INTERVAL = 10 |
Definition at line 50 of file __init__.py.
| int homeassistant.components.rflink.DEFAULT_TCP_KEEPALIVE_IDLE_TIMER = 3600 |
Definition at line 51 of file __init__.py.
| string homeassistant.components.rflink.DOMAIN = "rflink" |
Definition at line 56 of file __init__.py.
| list homeassistant.components.rflink.RFLINK_GROUP_COMMANDS = ["allon", "alloff"] |
Definition at line 54 of file __init__.py.
| homeassistant.components.rflink.SEND_COMMAND_SCHEMA |
Definition at line 85 of file __init__.py.
| string homeassistant.components.rflink.SERVICE_SEND_COMMAND = "send_command" |
Definition at line 58 of file __init__.py.
| string homeassistant.components.rflink.SIGNAL_EVENT = "rflink_event" |
Definition at line 60 of file __init__.py.