set up dependencies and rich logging
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
bathroom:
|
||||
module: room_control
|
||||
class: RoomController
|
||||
dependencies:
|
||||
- rich_logging
|
||||
# rich: DEBUG
|
||||
off_duration: '00:05:00'
|
||||
states:
|
||||
@@ -35,6 +37,8 @@ bathroom:
|
||||
bathroom_button:
|
||||
module: button
|
||||
class: Button
|
||||
dependencies:
|
||||
- bathroom
|
||||
# rich: DEBUG
|
||||
app: bathroom
|
||||
button: Bathroom Button
|
||||
@@ -42,7 +46,9 @@ bathroom_button:
|
||||
|
||||
bathroom_motion:
|
||||
module: motion
|
||||
class: Motion
|
||||
class: Motion
|
||||
dependencies:
|
||||
- bathroom
|
||||
# rich: DEBUG
|
||||
app: bathroom
|
||||
sensor: binary_sensor.bathroom_motion_occupancy
|
||||
|
||||
Reference in New Issue
Block a user