From 94791937fb063865bad45bee2807a6ba94c85e5b Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Wed, 3 Apr 2024 16:34:12 +0200 Subject: [PATCH] Revert "Fix floor template function docs" (#32146) --- source/_docs/configuration/templating.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 925e1afb0c6..7117294db66 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -461,8 +461,8 @@ 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. Can also be used as a filter. -- `floor_name(lookup_value)` returns the floor name for a given floor ID. Can also be used as a filter. +- `floor_id(lookup_value)` returns the floor ID for a given device ID, entity ID, area ID, or area name. 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. #### Floors examples