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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user