v3.0.1
Pre-release
Pre-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: falseto
mqtt_discoverystream_alt:
- base_topic: test_HA
publish_attributes: falsethis will allow configs such as
mqtt_discoverystream_alt:
- base_topic: test_HA
publish_attributes: false
- base_topic: test_HA_2
publish_attributes: falsewhich will allow different configurations to be published for different purposes (e.g. multiple client servers).