From 22c71288ff947e89ff1c2e8a51d6d79b3e7d7ef4 Mon Sep 17 00:00:00 2001 From: Laurent Garnier Date: Wed, 12 Apr 2023 10:02:58 +0200 Subject: [PATCH] Add update warning for item category/icon no longer accepting quotes Related to openhab/openhab-core#3539 Signed-off-by: Laurent Garnier --- 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 bf4f03e801..9d6f37f3a0 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -95,6 +95,7 @@ ALERT;Xiaomi Wifi devices (Mi IO) Binding: Channel Type change for some yeelight [4.0.0] ALERT;CORE: core.GenericEventTrigger and core.GenericEventCondition parameters have have changed. See https://www.openhab.org/docs/configuration/rules-ng.html#system-module-types. ALERT;CORE: Rules are now triggered by ItemStateUpdatedEvent instead of ItemStateEvent. If you use JSR223 scripting without helper libraries and expect a certain Java type, code changes might be needed. +ALERT;CORE: The syntax for an item category/icon in a textual configuration file no longer accepts a value enclosed in quotes. So is valid but not <"temperature">. Please update the definition of your items if necessary. ALERT;DanfossAirUnit Binding: The deprecated channel 'manual_fan_speed' has been removed. Please use channel 'manual_fan_step' introduced in 3.2. ALERT;Dark Sky Binding: Due to EOL of their API, this add-on has been removed. ALERT;Generac MobileLink Binding: Due to an API change, existing Generator Things will need to be deleted and added again. Additionally, existing Items will need to be adjusted to reflect the updated Generator Thing channels.