Skip to content

Commit

Permalink
Add support for discovering Govee water sensors to rtl_433_mqtt_hass (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kcpants authored Oct 15, 2023
1 parent e826a46 commit 945bc65
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/rtl_433_mqtt_hass.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,18 @@
}
},

"detect_wet": {
"device_type": "binary_sensor",
"object_suffix": "moisture",
"config": {
"name": "Water Sensor",
"device_class": "moisture",
"force_update": "true",
"payload_on": "1",
"payload_off": "0"
}
},

"pressure_hPa": {
"device_type": "sensor",
"object_suffix": "P",
Expand Down

0 comments on commit 945bc65

Please sign in to comment.