* move service constants to const.py, update service domain, add service description * update .coveragerc
3 lines
108 B
Python
3 lines
108 B
Python
"""Constants for the Bluetooth Tracker component."""
|
|
DOMAIN = "bluetooth_tracker"
|
|
SERVICE_UPDATE = "update"
|