Skip to content

Commit 2c78cb2

Browse files
committed
Update readme
1 parent 5417e4b commit 2c78cb2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

adds-leak-sensor/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@ Adds an analogue leak sensor, a dirt cheap (£1.26) sensor.
22

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

5+
Add to [home-assistant](https://home-assistant.io/) using an mqtt [binary sensor](https://home-assistant.io/components/binary_sensor.mqtt/):
6+
```
7+
- platform: mqtt
8+
name: "Wipy water monitor"
9+
state_topic: "bme680-water"
10+
```
11+
512
<img src="https://github.com/robmarkcole/bme680-mqtt-micropython/blob/master/adds-leak-sensor/BME-680%2Bleak.JPG">

0 commit comments

Comments
 (0)