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.
After updating Home Assistant to Home Assistant Core 2024.5.0, lost the ability to send notifications back to the Windows PC. The Test Notification button in the HASS Configuration page still...
#### Incompatible with ***HA 2024.5*** I see references to this update breaking notifications via the ***HASS.Agent***, but it also breaks ability to use ***HASS.Agent*** as a media player.
Fixes/closes [HASS-Agent fails to load when HA is restarted but succeeds when manually reloaded #43](https://github.com/LAB02-Research/HASS.Agent-Integration/issues/43)
Correcting issue found under https://github.com/hass-agent/HASS.Agent-Integration/issues/2
2024-05-06 11:23:59.553 WARNING (SyncWorker_26) [homeassistant.helpers.frame] Detected that custom integration 'hass_agent' calls async_update_device from a thread 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...
The automation I had with them in it flagged up error saying this service was available anymore
If a camera entity does not have an `access_token` attribute, calling the notify service with that camera will result in an error. ``` Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/script.py",...
After upgrading HASS from 2023.3.6 to 2023.4.0 this integration is broken. ``` Traceback (most recent call last): File "/srv/hass/lib/python3.10/site-packages/homeassistant/config_entries.py", line 383, in async_setup result = await component.async_setup_entry(hass, self) File "/home/hass/.homeassistant/custom_components/hass_agent/__init__.py",...
The integration fails to load when HA is (re)started but successfully loads when I manually reload it. My integration load times are: - http: 0.14s - hass_agent: 4.32s - mqtt:...
By adjusting the code, can the polling frequency be decreased? Currently, events are fired every 2 seconds. Since I am only using the volume control feature, I would like to...