1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-21 22:37:07 +00:00
Raman Gupta ceb1528b50 Update bluetooth_tracker service name and domain from 'device_tracker' to 'bluetooth_tracker' ()
* move service constants to const.py, update service domain, add service description

* update .coveragerc
2019-11-27 14:18:01 -08:00

4 lines
108 B
Python

"""Constants for the Bluetooth Tracker component."""
DOMAIN = "bluetooth_tracker"
SERVICE_UPDATE = "update"