set up dependencies and rich logging
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
kitchen:
|
||||
module: room_control
|
||||
class: RoomController
|
||||
dependencies:
|
||||
- rich_logging
|
||||
# rich: DEBUG
|
||||
off_duration: '00:10:00'
|
||||
# ha_button: input_button.activate_kitchen
|
||||
@@ -40,6 +42,8 @@ kitchen:
|
||||
kitchen_button:
|
||||
module: button
|
||||
class: Button
|
||||
dependencies:
|
||||
- kitchen
|
||||
# rich: DEBUG
|
||||
app: kitchen
|
||||
button: Kitchen Button
|
||||
@@ -48,6 +52,8 @@ kitchen_button:
|
||||
kitchen_motion:
|
||||
module: motion
|
||||
class: Motion
|
||||
dependencies:
|
||||
- kitchen
|
||||
# rich: DEBUG
|
||||
app: kitchen
|
||||
sensor: binary_sensor.kitchen_motion_occupancy
|
||||
|
||||
Reference in New Issue
Block a user