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.