mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00

* update demo service domain and service description * move DOMAIN and service name to const.py * update per balloob's service name suggestion * update service name in services.yaml * update service name constant's name
4 lines
128 B
Python
4 lines
128 B
Python
"""Constants for the Demo component."""
|
|
DOMAIN = "demo"
|
|
SERVICE_RANDOMIZE_DEVICE_TRACKER_DATA = "randomize_device_tracker_data"
|