light-control: fix wrong room configuration
This commit is contained in:
parent
a0a707993b
commit
c98efed4f5
1 changed files with 5 additions and 2 deletions
|
@ -58,19 +58,22 @@
|
||||||
topic = "zigbee2mqtt/motion_sensor_1";
|
topic = "zigbee2mqtt/motion_sensor_1";
|
||||||
rooms = [ "kitchen_room" ];
|
rooms = [ "kitchen_room" ];
|
||||||
})
|
})
|
||||||
|
(motion {
|
||||||
|
topic = "zigbee2mqtt/motion_sensor_3";
|
||||||
|
rooms = [ "living_room" ];
|
||||||
|
})
|
||||||
(motion {
|
(motion {
|
||||||
topic = "zigbee2mqtt/motion_sensor_4";
|
topic = "zigbee2mqtt/motion_sensor_4";
|
||||||
rooms = [ "living_room" ];
|
rooms = [ "living_room" ];
|
||||||
})
|
})
|
||||||
(motion {
|
(motion {
|
||||||
topic = "zigbee2mqtt/motion_sensor_5";
|
topic = "zigbee2mqtt/motion_sensor_5";
|
||||||
rooms = [ "living_room" ];
|
rooms = [ "bath_room" ];
|
||||||
})
|
})
|
||||||
(motion {
|
(motion {
|
||||||
topic = "zigbee2mqtt/motion_sensor_8";
|
topic = "zigbee2mqtt/motion_sensor_8";
|
||||||
rooms = [ "bath_room" ];
|
rooms = [ "bath_room" ];
|
||||||
})
|
})
|
||||||
|
|
||||||
(door {
|
(door {
|
||||||
topic = "zigbee2mqtt/door_sensor_2";
|
topic = "zigbee2mqtt/door_sensor_2";
|
||||||
rooms = [ "floor_room" ];
|
rooms = [ "floor_room" ];
|
||||||
|
|
Loading…
Reference in a new issue