Openhab 3 UI - date / datepicker

Hello,

I want to input a time to openhab (without a date).
I created a Number:Time item. However is there a (simple) card/picker for a time only?

thanks
Daniel

That might not be what you want - Number:Time represents a duration i.e. “90 minutes”, not a clock time of day.

Of you course you could use it to represent a time after midnight. Because it’s a single duration like “1,560 seconds” or “0.35 days”, it is tricky but not impossible to display and manipulate it in hours:minutes format.

You’ll find many “Alarm clock” examples on this forum that should give you a start.