Made washer power threshold configurable
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-14 16:36:13 +02:00
parent ee00959e8a
commit 7f89780696
3 changed files with 18 additions and 5 deletions

View File

@@ -87,3 +87,4 @@ presence = { timeout = 900 }
[devices.bathroom_washer]
type = "Washer"
topic = "zigbee2mqtt/bathroom/washer"
threshold = 2

View File

@@ -88,3 +88,4 @@ lights = { lights = ["bathroom_light"], timeout = 10 }
[devices.bathroom_washer]
type = "Washer"
topic = "zigbee2mqtt/bathroom/washer"
threshold = 2