mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 15:31:52 -05:00
Remove stale area entries from limited template unsupported lists (#166079)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user