broke out motion
This commit is contained in:
@@ -2,7 +2,6 @@ bedroom:
|
||||
module: room_control
|
||||
class: RoomController
|
||||
entity: light.bedroom
|
||||
sensor: binary_sensor.bedroom_motion_occupancy
|
||||
off_duration: '00:05:00'
|
||||
states:
|
||||
- time: 'sunrise - 03:00:00'
|
||||
@@ -68,3 +67,11 @@ bedroom_buttons:
|
||||
button:
|
||||
- Bedroom Button 1
|
||||
- Bedroom Button 2
|
||||
|
||||
bedroom_motion:
|
||||
module: motion
|
||||
class: Motion
|
||||
app: bedroom
|
||||
sensor: binary_sensor.bedroom_motion_occupancy
|
||||
off_duration: '00:05:00'
|
||||
entity: light.bedroom
|
||||
|
||||
Reference in New Issue
Block a user