ha-samsungtv-tizen icon indicating copy to clipboard operation
ha-samsungtv-tizen copied to clipboard

ha-samsungtv-tizen calls hass.async_create_task from a thread other than the event loop, which may cause Home Assistant to crash or data to corrupt

Open totoantibes opened this issue 8 months ago • 5 comments

i found the following log entry in my HA core 2024.6

Detected that custom integration 'samsungtv_tizen' calls hass.async_create_task from a thread other than the event loop, which may cause Home Assistant to crash or data to corrupt. For more information, see https://developers.home-assistant.io/docs/asyncio_thread_safety/#hassasync_create_task at custom_components/samsungtv_tizen/media_player.py, line 339: self.hass.async_create_task(self._gen_installed_app_list()), please report it to the author of the 'samsungtv_tizen' custom integration

totoantibes avatar Jun 20 '24 09:06 totoantibes