mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Use ATTR_NAME from const.py (#14450)
This commit is contained in:
committed by
Pascal Vizeli
parent
fb501282cc
commit
954e4796b8
@@ -221,6 +221,9 @@ ATTR_SERVICE_DATA = 'service_data'
|
||||
# IDs
|
||||
ATTR_ID = 'id'
|
||||
|
||||
# Name
|
||||
ATTR_NAME = 'name'
|
||||
|
||||
# Data for a SERVICE_EXECUTED event
|
||||
ATTR_SERVICE_CALL_ID = 'service_call_id'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user