From 42232ecc8a27b004683d796dc5c9548a00cb0353 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 24 May 2024 17:44:24 -1000 Subject: [PATCH] Remove unused code in template helper (#118075) --- homeassistant/helpers/template.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/homeassistant/helpers/template.py b/homeassistant/helpers/template.py index 8f150ddaf6c..6da13807ad4 100644 --- a/homeassistant/helpers/template.py +++ b/homeassistant/helpers/template.py @@ -109,9 +109,6 @@ _RESERVED_NAMES = { "jinja_pass_arg", } -_GROUP_DOMAIN_PREFIX = "group." -_ZONE_DOMAIN_PREFIX = "zone." - _COLLECTABLE_STATE_ATTRIBUTES = { "state", "attributes",