hass-core/homeassistant/components/tellstick/const.py

8 lines
165 B
Python

"""Support for Tellstick."""
ATTR_DISCOVER_CONFIG = "config"
ATTR_DISCOVER_DEVICES = "devices"
DATA_TELLSTICK = "tellstick_device"
DEFAULT_SIGNAL_REPETITIONS = 1