Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robmarkcole committed Dec 15, 2017
1 parent 5417e4b commit 2c78cb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions adds-leak-sensor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@ Adds an analogue leak sensor, a dirt cheap (£1.26) sensor.

Sensor: https://www.amazon.co.uk/gp/product/B00K67Z76O/ref=oh_aui_detailpage_o06_s00?ie=UTF8&psc=1

Add to [home-assistant](https://home-assistant.io/) using an mqtt [binary sensor](https://home-assistant.io/components/binary_sensor.mqtt/):
```
- platform: mqtt
name: "Wipy water monitor"
state_topic: "bme680-water"
```

<img src="https://github.com/robmarkcole/bme680-mqtt-micropython/blob/master/adds-leak-sensor/BME-680%2Bleak.JPG">

0 comments on commit 2c78cb2

Please sign in to comment.