diff --git a/bundles/org.openhab.ui.basic/web-src/smarthome.js b/bundles/org.openhab.ui.basic/web-src/smarthome.js index 51660008e3..d9709206f0 100644 --- a/bundles/org.openhab.ui.basic/web-src/smarthome.js +++ b/bundles/org.openhab.ui.basic/web-src/smarthome.js @@ -2035,6 +2035,12 @@ return; } + if (data.descriptionChanged === true) { + window.location.reload(true); + _t.pause(); + return; + } + if (data.item !== undefined) { if (data.state === undefined) { state = data.item.state;