From 6432a0212157738634f8de29c25b8ae13937b5ca Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Tue, 30 Jul 2024 11:10:55 -0600 Subject: [PATCH 1/2] [mqtt.homeassistant] Add future breaking change alert for Home Assistant Thing type and channel ids changing. Signed-off-by: Cody Cutrer --- distributions/openhab/src/main/resources/bin/update.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/distributions/openhab/src/main/resources/bin/update.lst b/distributions/openhab/src/main/resources/bin/update.lst index 8c073262b..c0405c86a 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -151,6 +151,7 @@ ALERT;Transformations-MAP: "-" entry defined in a MAP file is no more used by si ALERT;ElectroluxAir Binding: The binding has been removed since the Electrolux Delta API has been discontinued. ALERT;JavaScript Automation: The isJsInstanceOfJavaType method of the utils namespace has been removed. Use JavaScript's instanceof operator instead. ALERT;Pentair Binding: EasyTouch thing has been renamed to more generic Controller and all channels have been organized into groups. You will need to reconfigure your setup to the new thing structure. +ALERT;MQTT Binding: Newly discovered Home Assistant things will use simplified thing type and channel IDs. Delete and re-create your things to opt in to the new style. In subsequent a openHAB release, existing things will also convert to the new style. [[PRE]] [2.2.0] From 7206d76e6c8268031f4600be5481eedf57d4db21 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sat, 7 Sep 2024 10:00:23 +0200 Subject: [PATCH 2/2] Sort alerts --- distributions/openhab/src/main/resources/bin/update.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/openhab/src/main/resources/bin/update.lst b/distributions/openhab/src/main/resources/bin/update.lst index c0405c86a..95056a28c 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -150,8 +150,8 @@ ALERT;Transformations-MAP: "-" entry defined in a MAP file is no more used by si [4.3.0] ALERT;ElectroluxAir Binding: The binding has been removed since the Electrolux Delta API has been discontinued. ALERT;JavaScript Automation: The isJsInstanceOfJavaType method of the utils namespace has been removed. Use JavaScript's instanceof operator instead. -ALERT;Pentair Binding: EasyTouch thing has been renamed to more generic Controller and all channels have been organized into groups. You will need to reconfigure your setup to the new thing structure. ALERT;MQTT Binding: Newly discovered Home Assistant things will use simplified thing type and channel IDs. Delete and re-create your things to opt in to the new style. In subsequent a openHAB release, existing things will also convert to the new style. +ALERT;Pentair Binding: EasyTouch thing has been renamed to more generic Controller and all channels have been organized into groups. You will need to reconfigure your setup to the new thing structure. [[PRE]] [2.2.0]