From 61ae9f1149e0d6401144227b219945f0d04d07f9 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 17 Jul 2023 17:35:17 -0500 Subject: [PATCH] migrated bathroom motion sensor --- apps/rooms/rooms.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/rooms/rooms.yaml b/apps/rooms/rooms.yaml index 1381bf7..18efc51 100755 --- a/apps/rooms/rooms.yaml +++ b/apps/rooms/rooms.yaml @@ -2,7 +2,7 @@ bathroom: module: basic_motion class: MotionLight entity: light.bathroom - sensor: binary_sensor.motion_bathroom + sensor: binary_sensor.bathroom_motion_occupancy off_duration: '00:05:00' button: bathroom delay: '00:20:00' @@ -132,7 +132,7 @@ bedroom: living_room: module: basic_motion class: MotionLight - sensor: binary_sensor.motion_living_room + sensor: binary_sensor.living_room_motion_occupancy off_duration: 00:30:00 entity: light.living_room button: living_room