this post was submitted on 03 Oct 2023
20 points (95.5% liked)

homeassistant

15001 readers
2 users here now

Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk

founded 2 years ago
MODERATORS
 

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
[–] IphtashuFitz@lemmy.world 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"