Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Support for Tellstick."""
2 
3 ATTR_DISCOVER_CONFIG = "config"
4 ATTR_DISCOVER_DEVICES = "devices"
5 
6 DATA_TELLSTICK = "tellstick_device"
7 
8 DEFAULT_SIGNAL_REPETITIONS = 1
9 
10 SIGNAL_TELLCORE_CALLBACK = "tellstick_callback"