mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Add labels to service target (#113753)
This commit is contained in:
@@ -513,6 +513,9 @@ ATTR_DEVICE_ID: Final = "device_id"
|
||||
# Contains one string or a list of strings, each being an floor id
|
||||
ATTR_FLOOR_ID: Final = "floor_id"
|
||||
|
||||
# Contains one string or a list of strings, each being an label id
|
||||
ATTR_LABEL_ID: Final = "label_id"
|
||||
|
||||
# String with a friendly name for the entity
|
||||
ATTR_FRIENDLY_NAME: Final = "friendly_name"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user