#Automation error

1 messages · Page 1 of 1 (latest)

storm summit
#

I see this ambiguous error on previously functioning automation that hasn't been changed in many months after checking why the automation didn't run when a leak sensor fired. Glad I was home and it was a cleaning incident and not a real leak because this automation turns off the water supply valve

alias: Leak Detected
description: Send a Push Notification to phones when a leak is detected
mode: single
triggers:
  - entity_id:
      - binary_sensor.darrell_bath_moisture
      - binary_sensor.kitchen_sink_moisture
      - binary_sensor.daisy_bath_moisture
      - binary_sensor.daisy_sink_moisture
      - binary_sensor.dayna_sink_north_moisture
      - binary_sensor.dayna_sink_south_moisture
      - binary_sensor.dayna_toilet_moisture
      - binary_sensor.laundry_moisture
      - binary_sensor.refrigerator_moisture
      - binary_sensor.titan_water_valve_actuator_water_leak_detected
    to: "on"
    for:
      hours: 0
      minutes: 0
      seconds: 10
    trigger: state
conditions: []