core/homeassistant/components/thermopro/const.py

7 lines
198 B
Python

"""Constants for the ThermoPro Bluetooth integration."""
DOMAIN = "thermopro"
SIGNAL_DATA_UPDATED = f"{DOMAIN}_service_info_updated"
SIGNAL_AVAILABILITY_UPDATED = f"{DOMAIN}_availability_updated"