1
0
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:
Fabian Affolter
2018-05-14 13:05:52 +02:00
committed by Pascal Vizeli
parent fb501282cc
commit 954e4796b8
26 changed files with 163 additions and 194 deletions

View File

@@ -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'