From a7e56a291f319004e9aa15871a4a6c2d818f9d70 Mon Sep 17 00:00:00 2001 From: Andrii Mitnovych <10116550+formatBCE@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:33:27 -0700 Subject: [PATCH] Suggestion on rearranging and removing area ID. Co-authored-by: Artur Pragacz <49985303+arturpragacz@users.noreply.github.com> --- source/_docs/configuration/templating.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index e65d2e61596..c0850fb0e36 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -466,7 +466,7 @@ The same thing can also be expressed as a test: ### Floors - `floors()` returns the full list of floor IDs. -- `floor_id(lookup_value)` returns the floor ID for a given floor name or alias, device ID, entity ID, area ID, or area name or alias. Can also be used as a filter. +- `floor_id(lookup_value)` returns the floor ID for a given floor name or alias, area name or alias, entity ID or device ID. Can also be used as a filter. - `floor_name(lookup_value)` returns the floor name for a given device ID, entity ID, area ID, or floor ID. Can also be used as a filter. - `floor_areas(floor_name_or_id)` returns the list of area IDs tied to a given floor ID or name. Can also be used as a filter.