We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5417e4b commit 2c78cb2Copy full SHA for 2c78cb2
adds-leak-sensor/README.md
@@ -2,4 +2,11 @@ Adds an analogue leak sensor, a dirt cheap (£1.26) sensor.
2
3
Sensor: https://www.amazon.co.uk/gp/product/B00K67Z76O/ref=oh_aui_detailpage_o06_s00?ie=UTF8&psc=1
4
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
+
12
<img src="https://github.com/robmarkcole/bme680-mqtt-micropython/blob/master/adds-leak-sensor/BME-680%2Bleak.JPG">
0 commit comments