Skip to content

v3.0.0

Pre-release
Pre-release

Choose a tag to compare

@RogerSelwyn RogerSelwyn released this 24 Nov 11:01

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

🧰 Maintenance

📚 Documentation

🔖 Release