Releases: florian-h05/openhab-webui
Releases · florian-h05/openhab-webui
Fix profile selection when linking channel to Item
This contains a JAR of openhab#2941 built for 4.3.0.
Place jar in your addons
directory
In Karaf, disable your built-in org.openhab.ui
bundle and restart the new bundle.
You can tell from the version number, which is which.
openhab> list -s | grep org.openhab.ui$
226 │ Resolved │ 80 │ 4.3.0 │ org.openhab.ui
326 │ Active │ 80 │ 4.3.1.202412220041 │ org.openhab.ui
In the example above, 226 is the original bundle. Stop it using the command stop 226 or bundle:stop 226
Then restart the new bundle: restart 326 or bundle:restart 326.
Please note that the bundle version number of the built bundle might differ from the example above.
These bundle id numbers may be different on your system.
Fix CSP issues with VideoJS
CSP: Allow loading of workers from blob: URIs Fixes issues with VideoJS. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>