Hi,
I have like countdown in Blynk and I want to show it is value in HA dashboard as Gauge or Slider.
I did a command_line sensor and I get the value at HA side eg. [“10”]. How to change Gauge according to the incoming value?
I try this:
automation:
- platform: state
entity_id: sensor.nod_slider # ( command_line sensor ) it triggers automation when value changed
condition: []
action:
- service: input_number.set_value
entity_id: input_number.slidr #( the slider to be changed )
data:
value: # ( Here is the missing part) I try a lot of things but no luck please help.
mode: single
1 post - 1 participant