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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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