You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dbusx: The dbusx package now uses Go generics for some functions, to combine both fetching or setting a value or property as the required type.
Major refactor of requests code with internal breaking changes. Migrate from requests package to resty package. This allows exposing more details about the response from Home Assistant, providing cleaner response handling code. In addition, refactor code to migrate tracker and request code into the hass package, keeping the sensor code as a distinct package for now.
Legacy agent config package has been removed and replaced with preferences package. This breaks upgrades from all versions besides the last release in the previous major version series. Users upgrading from older releases should first upgrade to the latest version of the last major release before this release, then upgrade to this release.
Features
⚗️ add ability to run a trace/heap/cpu profile over execution lifetime (9b73cd8)
♻️ rework sensor registry to abstract from sensor tracker (a88a04a)
agent: ⬆️ update for latest go-hass-anything (db884fe)
dbusx: use generics to simplify dbusx usage (45335c4)
device: ✨ migrate external ip checker to resty package (4894fef)