Skip to content

Commit

Permalink
Add breaking change alert for insteon legacy textual config (#1710)
Browse files Browse the repository at this point in the history
Signed-off-by: jsetton <[email protected]>
  • Loading branch information
jsetton authored and holgerfriedrich committed Dec 25, 2024
1 parent 2459928 commit 4d8957b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distributions/openhab/src/main/resources/bin/update.lst
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ ALERT;Transformations-MAP: "-" entry defined in a MAP file is no more used by si
[4.3.0]
ALERT;CORE: The sendFrequency parameter for Slider and Colorpicker sitemap elements has been removed.
ALERT;CORE: The DateTimeType methods toZone(zone), toLocaleZone() and getZonedDateTime() have been deprecated. They will be removed in a future version. In DSL rules, please use getZonedDateTime(ZoneId) as replacement for getZonedDateTime(), for example getZonedDateTime(ZoneId.systemDefault()) to use system time-zone.
ALERT;Main UI: The background property has been removed from the oh-clock-card widget. Set background through the style config instead.
ALERT;Main UI: The background property has been removed from the oh-clock-card widget. Set background through the style config instead.
ALERT;ElectroluxAir Binding: The binding has been removed since the Electrolux Delta API has been discontinued.
ALERT;Insteon Binding: The legacy device thing channel types need to be updated in textual configurations. Please check the migration documentation for details.
ALERT;JavaScript Automation: The isJsInstanceOfJavaType method of the utils namespace has been removed. Use JavaScript's instanceof operator instead.
ALERT;MeteoAlerte Binding: The underlying API stopped delivering data in May 2023. Binding has been removed and is now replaced by Météo France Binding based on a new API.
ALERT;MQTT Binding (Home Assistant): Thing types and channel IDs have been significantly restructured and simplified. Delete and re-create your things to opt in to the new style. In a subsequent openHAB release, existing things will also convert to the new style.
Expand Down

0 comments on commit 4d8957b

Please sign in to comment.