Releases: RogerSelwyn/mqtt_discoverystream_ha
v2.0.5
🐛 Fixes
- Use device.name_by_user when available - @RogerSelwyn
- Handle no preset_modes on climate - @RogerSelwyn
🧰 Maintenance
🔖 Release
v2.0.4
🐛 Fixes
🧰 Maintenance
🔖 Release
v2.0.3
🐛 Fixes
🧰 Maintenance
📚 Documentation
🔖 Release
v2.0.2
✨ Enhancements
🐛 Fixes
🧰 Maintenance
- Make use of topic shortening - @RogerSelwyn
- Optimise all entity publishing - @RogerSelwyn
- Re-work publishing of all entity discovery/state - @RogerSelwyn
🔖 Release
v2.0.1
💥 Major Breaking Change
The integration has been renamed to mqtt_discoverystream_alt
so it can be submitted to HACS proper. This is because it has now undergone almost a complete re-write since it was forked from koying's version and I believe should be able to stand in its own right.
The easiest way to migrate is to delete the old version, restart, install the new version from the same GitHub repository at a minimum version of 2.0.0
and then restart again. You will also need to add _alt
to the end of the name of the integration in your config.
🐛 Fixes
🔖 Release
v2.0.0
💥 Major Breaking Change
The integration has been renamed to mqtt_discoverystream_alt
so it can be submitted to HACS proper. This is because it has now undergone almost a complete re-write since it was forked from koying's version and I believe should be able to stand in its own right.
The easiest way to migrate is to delete the old version, restart, install the new version from the same GitHub repository at a minimum version of 2.0.0
and then restart again. You will also need to add _alt
to the end of the name of the integration in your config.
💥 Breaking Changes
- Rename integration to
mqtt_discoverystream_alt
- @RogerSelwyn - Rename folder to
mqtt_discoverystream_alt
- @RogerSelwyn
🧰 Maintenance
v1.2.6
Note - It is my intention to rename this integration to distinguish it from the version by koying, so it can be added to HACS
✨ Enhancements
- Add support for Input Boolean - @RogerSelwyn
- Add support for Event - @RogerSelwyn
- Add support for Scene - @RogerSelwyn
🧰 Maintenance
🔖 Release
v1.2.5
✨ Enhancements
- Add support for Input Button - @RogerSelwyn
- Add support for Input Number - @RogerSelwyn
- Add support for Input Text - @RogerSelwyn
- Add support for Button - @RogerSelwyn
- Add support for Number - @RogerSelwyn
- Add support for Select - @RogerSelwyn
- Add support for Text - @RogerSelwyn
🧰 Maintenance
- Simplify error processing - @RogerSelwyn
- Further removal of complexity - @RogerSelwyn
- Remove unrequired debug - @RogerSelwyn
- Code refactor - @RogerSelwyn
- Rework input entities to abstract duplicate code - @RogerSelwyn