From 7aea1d356dbad1857d0bf7b2284becb0a619cb02 Mon Sep 17 00:00:00 2001 From: Jacob Laursen Date: Sat, 15 Apr 2023 10:13:58 +0200 Subject: [PATCH] Add upgrade note about changes in structure and authorization (#1523) Signed-off-by: Jacob Laursen --- 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 7886a4b6d0..2d73bb10d9 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -97,6 +97,7 @@ ALERT;CORE: core.GenericEventTrigger and core.GenericEventCondition parameters h 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;CORE: SCRIPT transformation has been removed and replaced with language-specific transformations: JS, RB, PY, DSL, GROOVY, etc. See https://www.openhab.org/docs/configuration/transformations.html#script-transformation +ALERT;Bosch Indego Binding: Due to changes in the cloud services, the authentication method has changed. Please follow the authorization flow described in the documentation. Furthermore, a bridge is now required and must be assigned to the `indego` thing. Configuration of username and password is no longer required/supported. 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.