moved ref entity
This commit is contained in:
Submodule apps/room_control updated: 643fd90ff0...570fc40946
@@ -1,10 +1,7 @@
|
|||||||
bathroom:
|
bathroom:
|
||||||
module: room_control
|
module: room_control
|
||||||
class: RoomController
|
class: RoomController
|
||||||
entity: light.bathroom
|
|
||||||
sensor: binary_sensor.bathroom_motion_occupancy
|
|
||||||
off_duration: '00:05:00'
|
off_duration: '00:05:00'
|
||||||
delay: '00:20:00'
|
|
||||||
states:
|
states:
|
||||||
- time: '05:00:00'
|
- time: '05:00:00'
|
||||||
scene:
|
scene:
|
||||||
@@ -45,4 +42,4 @@ bathroom_motion:
|
|||||||
class: Motion
|
class: Motion
|
||||||
app: bathroom
|
app: bathroom
|
||||||
sensor: binary_sensor.bathroom_motion_occupancy
|
sensor: binary_sensor.bathroom_motion_occupancy
|
||||||
entity: light.bathroom
|
ref_entity: light.bathroom
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
bedroom:
|
bedroom:
|
||||||
module: room_control
|
module: room_control
|
||||||
class: RoomController
|
class: RoomController
|
||||||
entity: light.bedroom
|
|
||||||
off_duration: '00:05:00'
|
off_duration: '00:05:00'
|
||||||
states:
|
states:
|
||||||
- time: 'sunrise - 03:00:00'
|
- time: 'sunrise - 03:00:00'
|
||||||
@@ -74,4 +73,4 @@ bedroom_motion:
|
|||||||
app: bedroom
|
app: bedroom
|
||||||
sensor: binary_sensor.bedroom_motion_occupancy
|
sensor: binary_sensor.bedroom_motion_occupancy
|
||||||
off_duration: '00:05:00'
|
off_duration: '00:05:00'
|
||||||
entity: light.bedroom
|
ref_entity: light.bedroom
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
closet:
|
closet:
|
||||||
module: room_control
|
module: room_control
|
||||||
class: RoomController
|
class: RoomController
|
||||||
entity: light.closet
|
|
||||||
sensor: binary_sensor.closet_motion_occupancy
|
|
||||||
off_duration: '00:02:00'
|
off_duration: '00:02:00'
|
||||||
states:
|
states:
|
||||||
- time: 'sunrise - 03:00:00'
|
- time: 'sunrise - 03:00:00'
|
||||||
@@ -31,4 +29,4 @@ closet_motion:
|
|||||||
class: Motion
|
class: Motion
|
||||||
app: closet
|
app: closet
|
||||||
sensor: binary_sensor.closet_motion_occupancy
|
sensor: binary_sensor.closet_motion_occupancy
|
||||||
entity: light.closet
|
ref_entity: light.closet
|
||||||
|
|||||||
@@ -1,10 +1,7 @@
|
|||||||
kitchen:
|
kitchen:
|
||||||
module: room_control
|
module: room_control
|
||||||
class: RoomController
|
class: RoomController
|
||||||
entity: light.kitchen
|
|
||||||
sensor: binary_sensor.kitchen_motion_occupancy
|
|
||||||
off_duration: '00:10:00'
|
off_duration: '00:10:00'
|
||||||
|
|
||||||
ha_button: input_button.activate_kitchen
|
ha_button: input_button.activate_kitchen
|
||||||
states:
|
states:
|
||||||
- time: sunrise
|
- time: sunrise
|
||||||
@@ -50,4 +47,4 @@ kitchen_motion:
|
|||||||
class: Motion
|
class: Motion
|
||||||
app: kitchen
|
app: kitchen
|
||||||
sensor: binary_sensor.kitchen_motion_occupancy
|
sensor: binary_sensor.kitchen_motion_occupancy
|
||||||
entity: light.kitchen
|
ref_entity: light.kitchen
|
||||||
@@ -1,10 +1,7 @@
|
|||||||
living_room:
|
living_room:
|
||||||
module: room_control
|
module: room_control
|
||||||
class: RoomController
|
class: RoomController
|
||||||
sensor: binary_sensor.living_room_motion_occupancy
|
|
||||||
off_duration: 00:30:00
|
off_duration: 00:30:00
|
||||||
entity: light.living_room
|
|
||||||
button: Living Room Button
|
|
||||||
states:
|
states:
|
||||||
- time: sunrise
|
- time: sunrise
|
||||||
scene:
|
scene:
|
||||||
@@ -85,4 +82,4 @@ living_room_motion:
|
|||||||
class: Motion
|
class: Motion
|
||||||
app: living_room
|
app: living_room
|
||||||
sensor: binary_sensor.living_room_motion_occupancy
|
sensor: binary_sensor.living_room_motion_occupancy
|
||||||
entity: light.living_room
|
ref_entity: light.living_room
|
||||||
|
|||||||
Reference in New Issue
Block a user