HASS.Agent-Integration
HASS.Agent-Integration copied to clipboard
Detected that custom integration 'hass_agent' calls device_registry.async_update_device from a thread other than the event loop
Detected that custom integration 'hass_agent' calls device_registry.async_update_device 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/#device_registryasync_update_device at custom_components/hass_agent/init.py, line 29: device_registry.async_get_or_create(. Please report it to the author of the 'hass_agent' custom integration