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 @@
living_room:
module: room_control
class: RoomController
# rich: DEBUG
off_duration: 00:30:00
states:
- time: sunrise
@@ -68,19 +69,22 @@ living_room:
front_door:
module: door
class: Door
# rich: DEBUG
app: living_room
door: binary_sensor.front_contact
living_room_button:
module: button
class: Button
# rich: DEBUG
app: living_room
button: Living Room Button
ref_entity: light.living_room
living_room_motion:
module: motion
class: Motion
class: Motion
# rich: DEBUG
app: living_room
sensor: binary_sensor.living_room_motion_occupancy
ref_entity: light.living_room