From 745dc0e183718300e06be537b1fbedf0b1eafaec Mon Sep 17 00:00:00 2001 From: Artur Pragacz <49985303+arturpragacz@users.noreply.github.com> Date: Mon, 23 Mar 2026 23:15:53 +0100 Subject: [PATCH] Remove stale area entries from limited template unsupported lists (#166079) --- homeassistant/helpers/template/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/homeassistant/helpers/template/__init__.py b/homeassistant/helpers/template/__init__.py index 00a823f66362..bba621f0a8b9 100644 --- a/homeassistant/helpers/template/__init__.py +++ b/homeassistant/helpers/template/__init__.py @@ -2038,8 +2038,6 @@ class TemplateEnvironment(ImmutableSandboxedEnvironment): return warn_unsupported hass_globals = [ - "area_id", - "area_name", "closest", "distance", "entity_name", @@ -2054,8 +2052,6 @@ class TemplateEnvironment(ImmutableSandboxedEnvironment): "states", ] hass_filters = [ - "area_id", - "area_name", "closest", "entity_name", "expand",