updated for rich logging stuff
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
living_room:
|
||||
module: room_control
|
||||
class: RoomController
|
||||
# rich: DEBUG
|
||||
off_duration: 00:30:00
|
||||
states:
|
||||
- time: sunrise
|
||||
@@ -68,19 +69,22 @@ living_room:
|
||||
front_door:
|
||||
module: door
|
||||
class: Door
|
||||
# rich: DEBUG
|
||||
app: living_room
|
||||
door: binary_sensor.front_contact
|
||||
|
||||
living_room_button:
|
||||
module: button
|
||||
class: Button
|
||||
# rich: DEBUG
|
||||
app: living_room
|
||||
button: Living Room Button
|
||||
ref_entity: light.living_room
|
||||
|
||||
living_room_motion:
|
||||
module: motion
|
||||
class: Motion
|
||||
class: Motion
|
||||
# rich: DEBUG
|
||||
app: living_room
|
||||
sensor: binary_sensor.living_room_motion_occupancy
|
||||
ref_entity: light.living_room
|
||||
|
||||
Reference in New Issue
Block a user