Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add breaking change alert for insteon legacy textual config #1710

Merged
merged 1 commit into from
Dec 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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