Skip to content

v2022.3.1

Compare
Choose a tag to compare
@LAB02-Admin LAB02-Admin released this 01 Mar 14:28
· 135 commits to main since this release
020ee57

Small out-of-band release to fix a nasty HA api disconnect bug. As a bonus, you can now set a MQTT client ID.


Features & improvements

  • You can now configure a MQTT client ID [#35] (thanks @Zolli)
    • This can be set in the Configuration -> MQTT panel
    • If you don't set one, it'll be random generated and then stored for consistency
    • Note: normally you don't have to change this (not part of username/password, just identifies the client)

Bugfixes

  • HASS.Agent fails to reconnect to the HA api after a longer disconnect (thanks djagerif)
    • This would get triggered for instance when you'd reboot the HA host
    • It could also potentially trigger on random moments
    • When triggered, it'd fail to reconnect to the HA api until HASS.Agent was restarted