mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 21:40:16 +00:00
Fix invalid state (#16558)
* Fix invalid state * Make slightly more efficient in unsubscribing * Use uuid4"
This commit is contained in:
@@ -225,6 +225,9 @@ ATTR_ID = 'id'
|
||||
# Name
|
||||
ATTR_NAME = 'name'
|
||||
|
||||
# Data for a SERVICE_EXECUTED event
|
||||
ATTR_SERVICE_CALL_ID = 'service_call_id'
|
||||
|
||||
# Contains one string or a list of strings, each being an entity id
|
||||
ATTR_ENTITY_ID = 'entity_id'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user