#missing knowledge about helper usage in a trigger

5 messages · Page 1 of 1 (latest)

dull raptor
#

hi i want to trigger battery loading when it reaches a numeric state, which i want to set in a helper. but i dont know how to reference the helper in a numeric state trigger value. please help. thx 🙂

covert steeple
#

such as:

automation:
  triggers:
    - trigger: numeric_state
      entity_id: sensor.outside_temperature
      # Other entity ids can be specified for above and/or below thresholds
      above: sensor.inside_temperature
dull raptor
#

thanks 🙂

worldly linden
#

do note that this only triggers on state changes of sensor.outside_temperature