set up dependencies and rich logging

This commit is contained in:
John Lancaster
2024-04-29 23:41:19 -05:00
parent 4bf09a677b
commit c4c4364225
10 changed files with 50 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
laundry:
module: room_control
class: RoomController
dependencies:
- rich_logging
# rich: DEBUG
off_duration: '00:02:00'
states:
@@ -28,6 +30,8 @@ laundry:
laundry_motion:
module: motion
class: Motion
dependencies:
- laundry
# rich: DEBUG
rich: DEBUG
app: laundry