* 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
3 lines
128 B
Python
3 lines
128 B
Python
"""Constants for the Demo component."""
|
|
DOMAIN = "demo"
|
|
SERVICE_RANDOMIZE_DEVICE_TRACKER_DATA = "randomize_device_tracker_data"
|