mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 07:06:50 +01:00
* move service constants to const.py, update service domain, add service description * update .coveragerc
4 lines
108 B
Python
4 lines
108 B
Python
"""Constants for the Bluetooth Tracker component."""
|
|
DOMAIN = "bluetooth_tracker"
|
|
SERVICE_UPDATE = "update"
|