migrated more motion sensors
This commit is contained in:
@@ -39,7 +39,7 @@ closet:
|
|||||||
module: basic_motion
|
module: basic_motion
|
||||||
class: MotionLight
|
class: MotionLight
|
||||||
entity: light.closet
|
entity: light.closet
|
||||||
sensor: binary_sensor.motion_closet
|
sensor: binary_sensor.closet_motion_occupancy
|
||||||
off_duration: '00:02:00'
|
off_duration: '00:02:00'
|
||||||
scene:
|
scene:
|
||||||
- time: 'sunrise - 03:00:00'
|
- time: 'sunrise - 03:00:00'
|
||||||
@@ -67,7 +67,7 @@ bedroom:
|
|||||||
module: basic_motion
|
module: basic_motion
|
||||||
class: MotionLight
|
class: MotionLight
|
||||||
entity: light.bedroom
|
entity: light.bedroom
|
||||||
sensor: binary_sensor.motion_bedroom
|
sensor: binary_sensor.bedroom_motion_occupancy
|
||||||
off_duration: '00:05:00'
|
off_duration: '00:05:00'
|
||||||
button:
|
button:
|
||||||
- bedroom
|
- bedroom
|
||||||
@@ -204,7 +204,7 @@ kitchen:
|
|||||||
module: basic_motion
|
module: basic_motion
|
||||||
class: MotionLight
|
class: MotionLight
|
||||||
entity: light.kitchen
|
entity: light.kitchen
|
||||||
sensor: binary_sensor.motion_kitchen
|
sensor: binary_sensor.kitchen_motion_occupancy
|
||||||
off_duration: '00:10:00'
|
off_duration: '00:10:00'
|
||||||
button: kitchen
|
button: kitchen
|
||||||
scene:
|
scene:
|
||||||
|
|||||||
Reference in New Issue
Block a user