broke out motion
This commit is contained in:
Submodule apps/room_control updated: ff033c174d...643fd90ff0
@@ -39,3 +39,10 @@ bathroom_button:
|
|||||||
class: ButtonController
|
class: ButtonController
|
||||||
app: bathroom
|
app: bathroom
|
||||||
button: Bathroom Button
|
button: Bathroom Button
|
||||||
|
|
||||||
|
bathroom_motion:
|
||||||
|
module: motion
|
||||||
|
class: Motion
|
||||||
|
app: bathroom
|
||||||
|
sensor: binary_sensor.bathroom_motion_occupancy
|
||||||
|
entity: light.bathroom
|
||||||
@@ -2,7 +2,6 @@ bedroom:
|
|||||||
module: room_control
|
module: room_control
|
||||||
class: RoomController
|
class: RoomController
|
||||||
entity: light.bedroom
|
entity: light.bedroom
|
||||||
sensor: binary_sensor.bedroom_motion_occupancy
|
|
||||||
off_duration: '00:05:00'
|
off_duration: '00:05:00'
|
||||||
states:
|
states:
|
||||||
- time: 'sunrise - 03:00:00'
|
- time: 'sunrise - 03:00:00'
|
||||||
@@ -68,3 +67,11 @@ bedroom_buttons:
|
|||||||
button:
|
button:
|
||||||
- Bedroom Button 1
|
- Bedroom Button 1
|
||||||
- Bedroom Button 2
|
- 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
|
||||||
|
|||||||
@@ -24,4 +24,11 @@ closet:
|
|||||||
scene:
|
scene:
|
||||||
light.closet:
|
light.closet:
|
||||||
brightness_pct: 40
|
brightness_pct: 40
|
||||||
color_temp: 400
|
color_temp: 400
|
||||||
|
|
||||||
|
closet_motion:
|
||||||
|
module: motion
|
||||||
|
class: Motion
|
||||||
|
app: closet
|
||||||
|
sensor: binary_sensor.closet_motion_occupancy
|
||||||
|
entity: light.closet
|
||||||
|
|||||||
@@ -44,3 +44,10 @@ kitchen_button:
|
|||||||
class: ButtonController
|
class: ButtonController
|
||||||
app: kitchen
|
app: kitchen
|
||||||
button: Kitchen Button
|
button: Kitchen Button
|
||||||
|
|
||||||
|
kitchen_motion:
|
||||||
|
module: motion
|
||||||
|
class: Motion
|
||||||
|
app: kitchen
|
||||||
|
sensor: binary_sensor.kitchen_motion_occupancy
|
||||||
|
entity: light.kitchen
|
||||||
@@ -78,4 +78,11 @@ living_room_button:
|
|||||||
module: button
|
module: button
|
||||||
class: ButtonController
|
class: ButtonController
|
||||||
app: living_room
|
app: living_room
|
||||||
button: Living Room Button
|
button: Living Room Button
|
||||||
|
|
||||||
|
living_room_motion:
|
||||||
|
module: motion
|
||||||
|
class: Motion
|
||||||
|
app: living_room
|
||||||
|
sensor: binary_sensor.living_room_motion_occupancy
|
||||||
|
entity: light.living_room
|
||||||
|
|||||||
Reference in New Issue
Block a user