Added guest room light
This commit is contained in:
parent
4bb49a381b
commit
5185b0d3ba
|
@ -216,6 +216,14 @@ automation.device_manager:add(ContactSensor.new({
|
||||||
},
|
},
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
automation.device_manager:add(IkeaOutlet.new({
|
||||||
|
outlet_type = "Light",
|
||||||
|
name = "Light",
|
||||||
|
room = "Guest",
|
||||||
|
topic = mqtt_z2m("guest/light"),
|
||||||
|
client = mqtt_client,
|
||||||
|
}))
|
||||||
|
|
||||||
local bedroom_air_filter = AirFilter.new({
|
local bedroom_air_filter = AirFilter.new({
|
||||||
name = "Air Filter",
|
name = "Air Filter",
|
||||||
room = "Bedroom",
|
room = "Bedroom",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user