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