1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 03:17:06 +00:00
Files
core/homeassistant/components/thermopro/const.py
2025-02-21 19:40:55 -06:00

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"