From 7466cb40e2f84093f1a4c08c6f1519aeeff878b7 Mon Sep 17 00:00:00 2001 From: Petro31 <35082313+Petro31@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:32:28 -0400 Subject: [PATCH] Add label_description to template engine (#39633) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_docs/configuration/templating.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 7040bfd2fb5..3a481425f52 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -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.