set up dependencies and rich logging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user