In an automation I want to trigger a boolean to know if my main counter is negative. I used this automation but it doesn’t work. Any help?
‘’’
alias: Bepalen teller draait terug
description: ‘’
trigger:
- platform: numeric_state
entity_id: sensor.power_total_2
below: ‘0.0’
for:
hours: 0
minutes: 0
seconds: 10
milliseconds: 0
condition: []
action: - service: input_boolean.toggle
target:
entity_id: input_boolean.teller_draait_terug
mode: single
‘’’