You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While tracing down a 404 on an icon in the openHAB interface, I noticed that my zwave dimmers got their category set to DimmableLight by default. Most likely due to the following statement.
While digging further to see why that icon is throwing a 404, it seems that the DimmableLight category is deprecated and removed from openHAB: openhab/openhab-core#1915
Other bindings have acted upon that change by replacing DimmableLight by Light, see hue and milight.
Should the zwave binding be updated as well?
The text was updated successfully, but these errors were encountered:
While tracing down a 404 on an icon in the openHAB interface, I noticed that my zwave dimmers got their category set to
DimmableLight
by default. Most likely due to the following statement.org.openhab.binding.zwave/src/main/resources/OH-INF/thing/channels.xml
Line 1263 in 4c6d5ba
While digging further to see why that icon is throwing a 404, it seems that the
DimmableLight
category is deprecated and removed from openHAB: openhab/openhab-core#1915Other bindings have acted upon that change by replacing
DimmableLight
byLight
, see hue and milight.Should the zwave binding be updated as well?
The text was updated successfully, but these errors were encountered: