toggle stuff

This commit is contained in:
John Lancaster
2023-11-25 22:06:43 -06:00
parent 9d0b5e4331
commit 00a7fd5048
6 changed files with 13 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
bathroom:
module: room_control
class: RoomController
ref_entity: light.bathroom
off_duration: '00:05:00'
states:
- time: '05:00:00'
@@ -35,7 +36,6 @@ bathroom_button:
module: button
class: Button
app: bathroom
ref_entity: light.bathroom
button: Bathroom Button
bathroom_motion:

View File

@@ -1,6 +1,7 @@
bedroom:
module: room_control
class: RoomController
ref_entity: light.bedroom
off_duration: '00:05:00'
states:
- time: 'sunrise - 03:00:00'

View File

@@ -1,6 +1,7 @@
kitchen:
module: room_control
class: RoomController
ref_entity: light.kitchen
off_duration: '00:10:00'
ha_button: input_button.activate_kitchen
states:
@@ -40,7 +41,6 @@ kitchen_button:
module: button
class: Button
app: kitchen
ref_entity: light.kitchen
button: Kitchen Button
kitchen_motion:

View File

@@ -1,6 +1,7 @@
living_room:
module: room_control
class: RoomController
ref_entity: light.living_room
off_duration: 00:30:00
states:
- time: sunrise
@@ -76,7 +77,6 @@ living_room_button:
class: Button
app: living_room
button: Living Room Button
ref_entity: light.living_room
living_room_motion:
module: motion