mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Allow usage of words domain, service, call_id in service data
This commit is contained in:
@@ -67,6 +67,7 @@ ATTR_NOW = "now"
|
||||
# Contains domain, service for a SERVICE_CALL event
|
||||
ATTR_DOMAIN = "domain"
|
||||
ATTR_SERVICE = "service"
|
||||
ATTR_SERVICE_DATA = "service_data"
|
||||
|
||||
# Data for a SERVICE_EXECUTED event
|
||||
ATTR_SERVICE_CALL_ID = "service_call_id"
|
||||
|
||||
Reference in New Issue
Block a user