Remove unnecessary assignment of Template.hass from tensorflow (#123695)

This commit is contained in:
Erik Montnemery 2024-08-12 21:49:58 +02:00 committed by GitHub
parent b62f216c53
commit 9d67956fc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -261,8 +261,6 @@ class TensorFlowImageProcessor(ImageProcessingEntity):
area_config.get(CONF_RIGHT),
]
template.attach(hass, self._file_out)
self._matches = {}
self._total_matches = 0
self._last_image = None