Skip to content

v3.0.2

Choose a tag to compare

@RogerSelwyn RogerSelwyn released this 28 Dec 13:04

Downloads for this release

Note:

As a major enhancement the integration now supports publishing using multiple configurations. This unfortunately means that all configs must have a minor modification which cannot be automated. At a simple level they must be changed from:

mqtt_discoverystream_alt:
  base_topic: test_HA
  publish_attributes: false

to

mqtt_discoverystream_alt:
  - base_topic: test_HA
    publish_attributes: false

this will allow configs such as

mqtt_discoverystream_alt:
  - base_topic: test_HA
    publish_attributes: false
  - base_topic: test_HA_2
    publish_attributes: false

which will allow different configurations to be published for different purposes (e.g. multiple client servers).

💥 Breaking Changes

🐛 Fixes

🧰 Maintenance

⬆️ Dependencies

📚 Documentation

🔖 Release