1.4.3 (2023-07-07)
Bug Fixes
- agent,hass: store api and websocket urls in config (2e38d97)
- agent: add a config upgrade action to remove trailing slash from host (1be71ad)
- agent: additional error checking and code safety (68f6b90)
- agent: better logic around closing the app (b59c1c9)
- agent: ensure agent config satisfies Config interface (e9aec95)
- agent: force registration flow stall (c1a1511)
- agent: tray menu entries did not display windows and quit did not work (1bc86b7)
- config: adjust interface methods (bf49018)
- hass: check type assertion before using (8b9e2c3)
- linux: export LinuxDevice type (2fd1319)
- sensors: don't store HA config, just fetch as needed (ea26f02)
- sensors: handle error in setting registry item (fd7c15d)
- sensors: nil pointer reference condition on new device added to HA (4d1e6ad)
- tracker: check type assertions in sensor response (1664606)
- tracker: correctly handle setting registration and disabled status (664be51)
- tracker: expose error on db creation (5f73d8f)
- tracker: remove spews (d104593)