github joshuar/go-hass-agent v13.2.7

latest releases: v13.3.3, v13.3.2, v13.3.1...
3 months ago

13.2.7 (2025-05-24)

This release contains an important bug fix for folks who are using the MQTT functionality with Go Hass Agent on multiple devices. In this case, you are likely only seeing a single device under the MQTT integration for all Go Hass Agent instances, when there should actually be one device for each Go Hass Agent instance. To fix the former case:

  1. Upgrade to this version.
  2. Stop all Go Hass Agent instances.
  3. Remove the single Go Hass Agent device under the MQTT integration in Home Assistant.
  4. Restart all Go Hass Agent instances.

You should now have multiple devices, each named after the hostname running Go Hass Agent, under the MQTT integration.

Bug Fixes

  • mqtt: 🐛 ensure a default server and topic are set if not passed in when configuring MQTT from the command-line (beee456)
  • mqtt: 🐛 make sure devices use a unique "app" id for mqtt topics (5b64ae9)

Don't miss a new go-hass-agent release

NewReleases is sending notifications on new releases.