mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 14:05:34 +01:00
7 lines
198 B
Python
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"
|