set up dependencies and rich logging
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
living_room:
|
||||
module: room_control
|
||||
class: RoomController
|
||||
dependencies:
|
||||
- rich_logging
|
||||
# rich: DEBUG
|
||||
off_duration: 00:30:00
|
||||
states:
|
||||
@@ -69,6 +71,8 @@ living_room:
|
||||
front_door:
|
||||
module: door
|
||||
class: Door
|
||||
dependencies:
|
||||
- living_room
|
||||
# rich: DEBUG
|
||||
app: living_room
|
||||
door: binary_sensor.front_contact
|
||||
@@ -76,6 +80,8 @@ front_door:
|
||||
living_room_button:
|
||||
module: button
|
||||
class: Button
|
||||
dependencies:
|
||||
- living_room
|
||||
# rich: DEBUG
|
||||
app: living_room
|
||||
button: Living Room Button
|
||||
@@ -84,6 +90,8 @@ living_room_button:
|
||||
living_room_motion:
|
||||
module: motion
|
||||
class: Motion
|
||||
dependencies:
|
||||
- living_room
|
||||
# rich: DEBUG
|
||||
app: living_room
|
||||
sensor: binary_sensor.living_room_motion_occupancy
|
||||
|
||||
Reference in New Issue
Block a user