Can I get input number to appear on dashboard uneditable?

I am using input number helpers to track AC on time. When I add those to an ‘Entities’ card, you get those slightly greyish boxes that you can edit the number. Is there anyway to get the number to display and NOT be able to edit it right form the card? (Other than writing the values to a input counter and displaying the counter as opposed to the number.)

image

Not that I have seen. I create a sensor based on the input_number and display that.

There are ways using card_mod. See card_mod input_number. But I would like them to appear as a label. The only way (I know of) to do that is passing through a dummy sensor. As @SgtBatten pointed out.
When I have time I’m going to look into variables