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 @@
bedroom:
module: room_control
class: RoomController
dependencies:
- rich_logging
# rich: DEBUG
off_duration: '00:05:00'
states:
@@ -77,6 +79,8 @@ bedroom:
bedroom_buttons:
module: button
class: Button
dependencies:
- bedroom
# rich: DEBUG
app: bedroom
ref_entity: light.bedroom
@@ -87,6 +91,8 @@ bedroom_buttons:
bedroom_motion:
module: motion
class: Motion
dependencies:
- bedroom
# rich: DEBUG
app: bedroom
sensor: binary_sensor.bedroom_motion_occupancy