Added Air Filter support
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:
@@ -111,3 +111,9 @@ type = "ContactSensor"
|
||||
topic = "zigbee2mqtt/hallway/frontdoor"
|
||||
presence = { topic = "automation/presence/contact/frontdoor", timeout = 900 }
|
||||
trigger = { devices = ["hallway_lights"], timeout = 60 }
|
||||
|
||||
[device.bedroom_air_filter]
|
||||
type = "AirFilter"
|
||||
name = "Air Filter"
|
||||
room = "Bedroom"
|
||||
topic = "pico/filter/test"
|
||||
|
||||
@@ -112,3 +112,9 @@ type = "ContactSensor"
|
||||
topic = "zigbee2mqtt/hallway/frontdoor"
|
||||
presence = { topic = "automation_dev/presence/contact/frontdoor", timeout = 10 }
|
||||
trigger = { devices = ["hallway_lights"], timeout = 10 }
|
||||
|
||||
[device.bedroom_air_filter]
|
||||
type = "AirFilter"
|
||||
name = "Air Filter"
|
||||
room = "Bedroom"
|
||||
topic = "pico/filter/test"
|
||||
|
||||
Reference in New Issue
Block a user