This release fixes a significant number of small bugs and issues in the agent. It also contains a semi-breaking change for container users. If you run Go Hass Agent in a container, note that you should now map /home/ubuntu to a volume, rather than /home/gouser. This is due to changing the base image to ubuntu. the advantage of this is a much smaller image.
If you use the agent from the command-line. Note that you should now specify the run parameter, so go-hass-agent run will start the agent. The installed systemd scripts and desktop files have been updated already.
Features
agent: :building_construction: start creating the framework for more efficient sensor updates (2b98a89)
agent: :sparkles: initial migration from cobra to kong (e93f733)
dbusx: :sparkles: new function for simpler watch creation (91cd040)
linux: :sparkles: detect machine chassis type (c5ac91a)
linux: :sparkles: new improved laptop sensors for lid closed state, docked state and external power connected state (c6ca2b6)
Bug Fixes
agent: :bug: enable more profiling options (0717f92)
agent: :bug: ensure a default app ID is set when not specified (e5c7265)
agent: :bug: ensure log level is set appropriately on start (a00c742)
agent: :bug: if no GUI detected, default to running headless (and show a warning) (6f9469d)
agent: :bug: if we cannot fetch the Home Assistant config, don't display its details on about window (2241450)
agent: :bug: return nil if cannot fetch Home Assistant config (e731aa2)
agent: :lipstick: merge the preferences submenu back into the main menu of the tray icon (097c35e)
agent: :zap: better handling of sensor channels (f3724df)
container: :bug: use correct run command in container (2f42ee8)
:robot: I have created a release beep boop
9.1.0 (2024-05-18)
This release fixes a significant number of small bugs and issues in the agent. It also contains a semi-breaking change for container users. If you run Go Hass Agent in a container, note that you should now map
/home/ubuntu
to a volume, rather than/home/gouser
. This is due to changing the base image to ubuntu. the advantage of this is a much smaller image.If you use the agent from the command-line. Note that you should now specify the
run
parameter, sogo-hass-agent run
will start the agent. The installed systemd scripts and desktop files have been updated already.Features
Bug Fixes
Performance Improvements
This PR was generated with Release Please. See documentation.