Added mechanism to prevent false positives
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -95,4 +95,4 @@ lights = { lights = ["hallway_light"], timeout = 60 }
|
||||
[devices.bathroom_washer]
|
||||
type = "Washer"
|
||||
topic = "zigbee2mqtt/bathroom/washer"
|
||||
threshold = 1.2
|
||||
threshold = 1
|
||||
|
||||
@@ -95,4 +95,4 @@ lights = { lights = ["hallway_light"], timeout = 10 }
|
||||
[devices.bathroom_washer]
|
||||
type = "Washer"
|
||||
topic = "zigbee2mqtt/bathroom/washer"
|
||||
threshold = 1.2
|
||||
threshold = 1
|
||||
|
||||
Reference in New Issue
Block a user