mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-07 17:36:50 +00:00
Add label_description to template engine (#39633)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
8b7f1139f4
commit
7466cb40e2
@ -623,6 +623,7 @@ If there is more than one entry with the same title, the entities for all the ma
|
||||
- `labels()` returns the full list of label IDs, or those for a given area ID, device ID, or entity ID.
|
||||
- `label_id(lookup_value)` returns the label ID for a given label name.
|
||||
- `label_name(lookup_value)` returns the label name for a given label ID.
|
||||
- `label_description(lookup_value)` returns the label description for a given label ID.
|
||||
- `label_areas(label_name_or_id)` returns the list of area IDs tied to a given label ID or name.
|
||||
- `label_devices(label_name_or_id)` returns the list of device IDs tied to a given label ID or name.
|
||||
- `label_entities(label_name_or_id)` returns the list of entity IDs tied to a given label ID or name.
|
||||
|
Loading…
x
Reference in New Issue
Block a user