Yannick Schaus
Yannick Schaus
Just noticed you have the same issue if you split the code editor horizontally instead of vertically. Can't figure out the difference as of yet.
True the part before the first colon is the type (source) of the icon. For compatibility reasons no prefix still means "openHAB icon" (`oh:` prefix, e.g. `lightbulb` is equivalent to...
Not really a bug IMHO - the metadata is reflected as it is, and the purpose is to override whatever state description is already present. Nevertheless it could be useful...
> I'd hence rather tend to reduce the size, but still keep the reference to openHAB in place as a best practice for navigation. It has undergone different iterations, the...
I'll reopen the issue but I think the issue is still (at least) partly solved. As discussed above IMHO replacing the logo is a matter of altering the branding as...
> @ghys You wrote that the situation of having the adapter marked with state SUSPECTED_DEAD didn't resolve itself. For how long did you keep the new protocol adapter pod running?...
Thanks for the feedback @calohmn - we haven't made an impact analysis for upgrading to 2.x and aren't probably ready for it yet but this is certainly valued.
Unfortunately not, there are only two roles at the moment, user and administrator. An editor role could be possible, but this would involve allowing full access to the `/rest/ui/components` API...
There's no such thing as a setpoint item. The implementations to determine default widgets for an item ([standalone](https://github.com/openhab/openhab-webui/blob/main/bundles/org.openhab.ui/web/src/components/widgets/standard/default-standalone-item.js), [list](https://github.com/openhab/openhab-webui/blob/main/bundles/org.openhab.ui/web/src/components/widgets/standard/list/default-list-item.js), [cell](https://github.com/openhab/openhab-webui/blob/main/bundles/org.openhab.ui/web/src/components/widgets/standard/cell/default-cell-item.js)) currently mostly use the item's type to choose which component...
Prop parameters are serialized as `ConfigDescriptionParameter` in the JSONDB and thus default values are always Strings: https://www.openhab.org/javadoc/latest/org/openhab/core/config/core/configdescriptionparameter#getDefault() So it's not an issue with the UI per se - not necessarily...