light-control: control speakers and monitors

This commit is contained in:
Ingolf Wagner 2020-06-03 23:12:18 +02:00
parent d150f47213
commit 24fea3101a
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -21,6 +21,8 @@
"stat/PAL01/RESULT"
"stat/PAL03/RESULT"
"stat/PAL04/RESULT"
"stat/PAL07/RESULT"
"stat/PAL08/RESULT"
"zigbee2mqtt/light_2"
];
}
@ -142,6 +144,17 @@
id = "PAL06";
rooms = [ "kitchen_room" ];
})
# monitor and speakers
(sonoff {
id = "PAL07";
rooms = [ "bed_room" ];
delay = 180;
})
(sonoff {
id = "PAL08";
rooms = [ "bed_room" ];
delay = 180;
})
];
};