4 lines
108 B
Python
4 lines
108 B
Python
|
"""Constants for the Bluetooth Tracker component."""
|
||
|
DOMAIN = "bluetooth_tracker"
|
||
|
SERVICE_UPDATE = "update"
|