updated for rich logging stuff

This commit is contained in:
John Lancaster
2024-03-10 17:36:14 -05:00
parent a79d441668
commit b6223a95d2
10 changed files with 77 additions and 20 deletions

View File

@@ -1,6 +1,7 @@
bedroom:
module: room_control
class: RoomController
# rich: DEBUG
off_duration: '00:05:00'
states:
- time: 'sunrise - 03:00:00'
@@ -76,6 +77,7 @@ bedroom:
bedroom_buttons:
module: button
class: Button
# rich: DEBUG
app: bedroom
ref_entity: light.bedroom
button:
@@ -84,7 +86,8 @@ bedroom_buttons:
bedroom_motion:
module: motion
class: Motion
class: Motion
# rich: DEBUG
app: bedroom
sensor: binary_sensor.bedroom_motion_occupancy
off_duration: '00:05:00'