mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 11:29:46 +00:00
11 lines
214 B
Python
11 lines
214 B
Python
"""Support for Tellstick."""
|
|
|
|
ATTR_DISCOVER_CONFIG = "config"
|
|
ATTR_DISCOVER_DEVICES = "devices"
|
|
|
|
DATA_TELLSTICK = "tellstick_device"
|
|
|
|
DEFAULT_SIGNAL_REPETITIONS = 1
|
|
|
|
SIGNAL_TELLCORE_CALLBACK = "tellstick_callback"
|