Added initial basic washer integration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-14 03:52:00 +02:00
parent 690090016e
commit ee00959e8a
7 changed files with 135 additions and 4 deletions

View File

@@ -83,3 +83,7 @@ speakers = "living_speakers"
type = "ContactSensor"
topic = "zigbee2mqtt/hallway/frontdoor"
presence = { timeout = 900 }
[devices.bathroom_washer]
type = "Washer"
topic = "zigbee2mqtt/bathroom/washer"

View File

@@ -84,3 +84,7 @@ type = "ContactSensor"
topic = "zigbee2mqtt/hallway/frontdoor"
presence = { timeout = 10 }
lights = { lights = ["bathroom_light"], timeout = 10 }
[devices.bathroom_washer]
type = "Washer"
topic = "zigbee2mqtt/bathroom/washer"