Go to the source code of this file.
Namespaces | |
| homeassistant.components.rflink | |
Functions | |
| bool | homeassistant.components.rflink.async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| homeassistant.components.rflink._LOGGER = logging.getLogger(__name__) | |
| string | homeassistant.components.rflink.CONF_IGNORE_DEVICES = "ignore_devices" |
| string | homeassistant.components.rflink.CONF_KEEPALIVE_IDLE = "tcp_keepalive_idle_timer" |
| string | homeassistant.components.rflink.CONF_RECONNECT_INTERVAL = "reconnect_interval" |
| string | homeassistant.components.rflink.CONF_WAIT_FOR_ACK = "wait_for_ack" |
| homeassistant.components.rflink.CONFIG_SCHEMA | |
| int | homeassistant.components.rflink.CONNECTION_TIMEOUT = 10 |
| int | homeassistant.components.rflink.DEFAULT_RECONNECT_INTERVAL = 10 |
| int | homeassistant.components.rflink.DEFAULT_TCP_KEEPALIVE_IDLE_TIMER = 3600 |
| string | homeassistant.components.rflink.DOMAIN = "rflink" |
| list | homeassistant.components.rflink.RFLINK_GROUP_COMMANDS = ["allon", "alloff"] |
| homeassistant.components.rflink.SEND_COMMAND_SCHEMA | |
| string | homeassistant.components.rflink.SERVICE_SEND_COMMAND = "send_command" |
| string | homeassistant.components.rflink.SIGNAL_EVENT = "rflink_event" |