1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-02 21:54:27 +01:00

Remove unnecessary assignment of Template.hass from doods (#123666)

This commit is contained in:
Erik Montnemery
2024-08-12 14:31:11 +02:00
committed by GitHub
parent ecc308c326
commit 32d2218ff0
@@ -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