Namespaces | |
| const | |
| cover | |
| entity | |
| light | |
| sensor | |
| switch | |
Functions | |
| def | _discover (hass, config, component_name, found_tellcore_devices) |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_SIGNAL_REPETITIONS = "signal_repetitions" |
| CONFIG_SCHEMA | |
| string | DOMAIN = "tellstick" |
Support for Tellstick.
|
private |
Set up and send the discovery event.
Definition at line 49 of file __init__.py.
| bool homeassistant.components.tellstick.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Tellstick component.
Definition at line 72 of file __init__.py.
|
private |
Definition at line 25 of file __init__.py.
| string homeassistant.components.tellstick.CONF_SIGNAL_REPETITIONS = "signal_repetitions" |
Definition at line 27 of file __init__.py.
| homeassistant.components.tellstick.CONFIG_SCHEMA |
Definition at line 31 of file __init__.py.
| string homeassistant.components.tellstick.DOMAIN = "tellstick" |
Definition at line 29 of file __init__.py.