Adjusted washer threshold
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-15 00:26:38 +02:00
parent 7f89780696
commit c584fa014c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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