1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-05 05:35:29 +01:00
Files
core/homeassistant/components/tellstick/const.py
T

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"