Releases: RogerSelwyn/mqtt_discoverystream_ha
v1.2.2
v1.2.1
🧰 Maintenance
- Only subscribe to required topics - @RogerSelwyn
- Remove publication of unrequired attribute - @RogerSelwyn
- Simplify subscription code - @RogerSelwyn
📚 Documentation
🔖 Release
v1.2.0
v1.1.3
💥 Breaking Changes
Home Assistant 2024.4.0 introduces a change that break this integration. You will need to upgrade to this release when upgrading to 2024.4.0.
✨ Enhancements
🐛 Fixes
🧰 Maintenance
- Remove deprecated color_mode attribute from light - @RogerSelwyn
- Set minimum to 2024.4.0 - @RogerSelwyn
📚 Documentation
🔖 Release
v1.1.2
✨ Enhancements
🔖 Release
v1.1.1
🐛 Fixes
🔖 Release
v1.1.0
💥 Breaking Changes
This release removes the birth_topic
configuration attribute and replaces it with the remote_status
structure. Also the local_status
structure is added. Please look at the readme for status.
✨ Enhancements
🧰 Maintenance
🔖 Release
v1.0.2
🐛 Fixes
📚 Documentation
🔖 Release
v1.0.1
💥 Breaking Changes
Note Previously the retain bit was set on for all messages since messages were only published on state change. Doing this can mean that discovery and state messages are retained on the broker after the entity has been deleted from the master HA instance.
With v1.0.1, the retain bit is set off by default (it can be defaulted to on if wished) to ensure only existing (filtered) entities are published to the master broker. To ensure currency of states, discovery and current state messages are published on master and slave reboot. Slave reboot is monitored by checking for an online
status message to be published at the slave broker (by default homeassistant\status
) and replicated to the master broker.
🐛 Fixes
- Fix issue with entity registry changing during publish - @RogerSelwyn
- Fix state publishing after birth discovery publish - @RogerSelwyn