Skip to content

Releases: W-Floyd/ha-mqtt-iot

0.6.1 - Fix default message retain setting for clients to avoid receiving the last message on startup

05 Feb 05:37
bb112cc
Compare
Choose a tag to compare

Small change to how we tell clients to send messages, should prevent weird startup messages from being received. May require clearing your MQTT topics, until a new message is sent on that topic I think.

What's Changed

  • fix: Don't tell client to use retain=true for messages. by @W-Floyd in #56

Full Changelog: 0.6.0...0.6.1

0.6.0 - New device updates from upstream, reliability fixes

25 Jan 03:31
aa267d6
Compare
Choose a tag to compare

A good bit of code churn since last release due to upstream device changes. So far the automatic code generation has been keeping up pretty well with minor tweaking to cope with updated docs. Special thanks to @pa-sowa and @dev-foo-bar for work on scripts and @phallows for work on connectivity issues.

I have opted to cross-compile to as many platforms as possible, but almost all of these come with no testing. I did test one of the MIPS builds in the past on my router, and it did work, so YMMV.

New Contributors

Full Changelog: 0.5.5...0.6.0

0.5.5

19 Jul 05:47
086b3b6
Compare
Choose a tag to compare

What's Changed

  • fix: Correct local command appending that failed when command was only one line by @W-Floyd in #32
  • fix: Logging levels in the config actually take effect. by @W-Floyd in #33

Also added new lock config example and script.

Full Changelog: 0.5.4...0.5.5

0.5.4 - Ignore empty command message

18 Jul 17:11
e1d899b
Compare
Choose a tag to compare

Useful for empty payloads that trigger buttons.

Full Changelog: 0.5.3...0.5.4

0.5.3 - Correct `device_tracker` struct

16 Jul 03:38
17d4402
Compare
Choose a tag to compare

Working around a quirk of the markdown documentation.

Full Changelog: 0.5.2...0.5.3

0.5.2 - Generate UniqueId from Name if not specified

15 Jul 23:03
4e723c8
Compare
Choose a tag to compare

Previously, if unique_id was missing, it would simply fail. Now it is generated from the name given in the config. Added is a simple select example config.

Full Changelog: 0.5.1...0.5.2

0.5.1 - Fix automatic code generation for cameras, device_triggers, and tags

15 Jul 21:51
a7d041b
Compare
Choose a tag to compare

Cameras, device triggers, and tags have a single topic field, which wasn't previously propagated correctly. It is now treated as a state field in all but the final json output.

Full Changelog: 0.5.0...0.5.1

0.5.0 - Add all device types, enable all fields

15 Jul 02:43
1a379df
Compare
Choose a tag to compare

All device types have been implemented, though not all have been tested yet.

Full Changelog: 0.4.5...0.5.0

Breaking Changes

Config schema is different, check the new sample configs for examples. It should be trivial to adapt.

0.4.5 - Add option to specify minimum and maximum mireds

28 Feb 15:03
d2ab3b6
Compare
Choose a tag to compare
feat: bump software version for release

0.4.4 - Add flags to allow specifying config and secrets locations

28 Sep 15:33
3569822
Compare
Choose a tag to compare
release: Bump version number, update license years.