Picture-elements card with input_number and/or input_datetime

Hi,

Anyone knows a good solution to have input_number and/or input_datetime in the picture-elements card? I mean to be able to change the values on the card. Only solution I’ve found so far is to use custom-cards such as time-input-row since it seems like all custom cards can be added. However, that specific card is deprecated, and also I would like to hide the icon and title, just showing the datetime as input.

Greatful for any advice! Thx.

If you just use the more-info action, you can set the value from there. Sure, it’s one more click, but it’s all built in

type: picture-elements
image: 'https://miro.medium.com/max/1200/1*mk1-6aYaf_Bes1E3Imhc0A.jpeg'
elements:
  - type: state-label
    entity: input_datetime.med_weekend_time
    action: more-info
    style:
      top: 80%
      left: 50%
      border: 5px
      font-size: 50px
      color: black
      text-shadow: 2px 2px white

From the more-info, if you change the value (in the bottom left), it will call the service for you to change the time.

Otherwise, not sure how to bring up the input_datetime date picker. If this is something that isn’t changed often, the 2 click approach should be ok.