Can any one recommend the best leak detector (non cloud) that integrates with HA?

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago (1 child)

Ah thanks! These are the only ZWave I have that does this - I'll check that!

  • source
  • parent
  • hideshow 1 child comment
  • [–] 3 points 2 years ago

    Here's the relevant part of one of my automations. It's for a light sensor I have attached to my washing machine:

    trigger:
      - platform: state
        entity_id:
          - binary_sensor.washer_light_sensor_sensor_state_any
        from: "on"
        to: "off"
    
  • source
  • parent