-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
[ui] Selection widget as default widget for Number or String items with options #1009
Conversation
…tions Fixes #984 Signed-off-by: Laurent Garnier <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, thanks.
Maybe I should check that the item is not read only. If read only, use the text widget. |
Yes, if that information is available, it would be nice to be used. I'll wait with the merge, so you can amend that to the PR, if you like. |
Signed-off-by : Laurent Garnier <[email protected]>
@kaikreuzer : it is done. |
I installed the snapshot 1674, thinking this new feature will be included. Unfortunately, it isn't. Checking the core bundles versions, I discovered that they are from August 28 only (not 30). Is it due to failing builds of openHAB core since few days ? |
Yes. |
The problem seems to be a missing dependency in the DBus transport bundle. @maggu2810 : can you have a look please ? It is a dependency to something from you apparently. |
@lolodomo The problem came with #1011, see my comment #1011 (comment). |
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/kodi-binding-problem-with-navigation-in-the-ui/87044/10 |
Clarify usage of * asterisk in persistence strategy configuration.
…tions (openhab#1009) * Selection widget as default widget for Number or String items with options Fixes openhab#984 Signed-off-by: Laurent Garnier <[email protected]> GitOrigin-RevId: e7d1826
Fixes #984
Signed-off-by: Laurent Garnier [email protected]
Before the change (display from a group so with the default rendering):
And now with this change in Basic UI:
And in Classic UI: