1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Include device_id in ZHA event (#43037)

This commit is contained in:
Paulus Schoutsen
2020-11-10 12:43:15 +01:00
committed by GitHub
parent c029d29f11
commit 3af1771616
4 changed files with 9 additions and 8 deletions

View File

@@ -288,6 +288,9 @@ ATTR_ENTITY_ID = "entity_id"
# Contains one string or a list of strings, each being an area id
ATTR_AREA_ID = "area_id"
# Contains one string, the device ID
ATTR_DEVICE_ID = "device_id"
# String with a friendly name for the entity
ATTR_FRIENDLY_NAME = "friendly_name"