#How to show an entry box on a dashboard entity for a number value

1 messages · Page 1 of 1 (latest)

deft gate
#

I have 4 probes - all "input_numbers"
I can set their values, but only if I click into them. I want to enter the values right in the dashboard like you can in ESPHome when viewing "numbers"

#

clicking into them is the only way I can find right now

#

I'd like a box like this

#

I can type a numner or change it w/ the arrows

#

I have it configured for input field

ruby yacht
#

Use an entities card

cobalt jetty
#

or the standard tile card and select the number input feature.

deft gate
#

"number input feature" I dont see that as an option...

type: tile
entity: input_number.black_meat_probe_alarm_temp
color: dark-grey
show_entity_picture: true
hide_state: false
vertical: false
features_position: bottom

Might there be an option that's not displaying????

deft gate
deft gate
#

I guess there really is no way to do this.

#

So odd, esp since ESPHome entities allow this. Of course, its not lovelace.

ruby yacht
cobalt jetty
#

You could just write your own custom card, if you really want this.

ruby yacht
#

This is literally an entities card.

deft gate
#

no, that is literally the ESPHome device view.