light-control: fix wrong room configuration

This commit is contained in:
Ingolf Wagner 2020-06-02 00:39:28 +02:00
parent a0a707993b
commit c98efed4f5
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -58,19 +58,22 @@
topic = "zigbee2mqtt/motion_sensor_1";
rooms = [ "kitchen_room" ];
})
(motion {
topic = "zigbee2mqtt/motion_sensor_3";
rooms = [ "living_room" ];
})
(motion {
topic = "zigbee2mqtt/motion_sensor_4";
rooms = [ "living_room" ];
})
(motion {
topic = "zigbee2mqtt/motion_sensor_5";
rooms = [ "living_room" ];
rooms = [ "bath_room" ];
})
(motion {
topic = "zigbee2mqtt/motion_sensor_8";
rooms = [ "bath_room" ];
})
(door {
topic = "zigbee2mqtt/door_sensor_2";
rooms = [ "floor_room" ];