Easily modifying values of entities interactively

Hello,

Is there way to change the value an entity (added with helper) without passing into the edit form?
For instance : I have a gauge, and I want to change the value by dragging the needle with my mouse
or a text value, clicking on the value and directly change it’s value

What is the type of your entity?
If it is an input_number, you can easely define a slider (or text) to modify it.
image

type: gauge
entity: input_number.test
min: -50
max: 50
needle: true
severity:
  green: 0
  yellow: 0
  red: 0

image

type: entities
entities:
  - entity: input_number.test