From 32d2218ff0d6eaa7a7cd4eedbf0bc8723379da0f Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 12 Aug 2024 14:31:11 +0200 Subject: [PATCH] Remove unnecessary assignment of Template.hass from doods (#123666) --- homeassistant/components/doods/image_processing.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/doods/image_processing.py b/homeassistant/components/doods/image_processing.py index 7ffb6655bb6..acd9d7fe71b 100644 --- a/homeassistant/components/doods/image_processing.py +++ b/homeassistant/components/doods/image_processing.py @@ -207,8 +207,6 @@ class Doods(ImageProcessingEntity): ] self._covers = area_config[CONF_COVERS] - template.attach(hass, self._file_out) - self._dconfig = dconfig self._matches = {} self._total_matches = 0