Releases: hsakoh/broute-mqtt
Releases · hsakoh/broute-mqtt
v1.0.4
Full Changelog: v1.0.3...v1.0.4
- Changed the base image of the add-on from Docker Hub to GitHub Container Registry.
- Updated the add-on runtime to .NET 8 LTS.
- Nuget package update
v1.0.3
- add retry logic for property value read.
- add timeout and retry count configuration options.
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Full Changelog: v1.0.1...v1.0.2
- Fixed an issue where the setting value for the addon configuration
Mqtt.AutoConfig
could not be read.- If you are configuring DockerCompose yourself instead of using the Home Assistant addon, please modify
options.json
fromMqtt.UseAutoConfig
toMqtt.AutoConfig
.
- If you are configuring DockerCompose yourself instead of using the Home Assistant addon, please modify