Lovelace Input number in picture glance

For the setting of the blinds I use a input number as slider in the old HA. I also would like this in Lovelace picture glance. However only the main icon (I don’t know what it is called) of the input_number shows up as a single icon. And I have to press this first to show the slider. Is there a way to see the slider directly below the picture?

THis is my current configuration for the blinds card:

  • type: picture-glance
    title: Living room
    entities:
    • switch.blinds
    • input_number.blinds
      state_image:
      “on”: /local/blinds_open.jpeg
      “off”: /local/blinds_closed.jpeg
      entity: switch.blinds

Not with glance. That would be an entity card.

check out what you can do here:

https://home-assistant-lovelace-gallery.netlify.com/

It doesn’t show the sliders in that example, but i’m using one in an entity card in my ui. Works fine. Where ever I need the slider, I combine 2 cards together in a vertical stack. I’ve been using picture-glances though, so it looks nice.

Thanks for the idea! That would work too

By the way, is the gallery something officially of HA? I like it, it shows the basic possibilities in a clear way. I can not find it in the docs anywhere.

Yes, @balloob is updating the gallery pretty much daily. Also, all the config options in the gallery should be covered unless it’s in the next release. I haven’t found anything that hasn’t been covered yet. I haven’t look at it in a few days though.