HASS.Agent-Integration
HASS.Agent-Integration copied to clipboard
HASS.Agent's Home Assistant integration. Adds notifications and mediaplayer capabilities to HASS.Agent - a Windows based client (companion app) for Home Assistant.
honestly if the update is that unstable that it instantly breaks something, then maybe don't shove it in my face via an annoying popup anyway, the issue is: right after...
This (the original repository by LAB02-Research/Sam) is not actively maintained. The current state of the original HASS.Agent itself is stable however the **original integration** is not up to date with...
I noticed the following error message in the logfiles: "MEDIA_TYPE_MUSIC was used from hass_agent, this is a deprecated constant which will be removed in HA Core 2025.10. Use MediaType.MUSIC instead,...
**Description (English):** I get the following error multiple times in my Home Assistant logs (33 occurrences in my case). It seems related to thread safety in the device registry update....
The constant MEDIA_TYPE_MUSIC (and possibly others in the same group) has been removed in recent Home Assistant versions. The HASS.Agent integration’s media_player.py file was still trying to import it from...
When HASS.Agent Integration receives a `devices` MQTT message (topic: `hass.agent/devices/...`), it tries to update the Home Assistant device registry from a non-main thread (not the event loop). Starting with Home...
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...