updated for rich logging stuff
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
bedroom:
|
||||
module: room_control
|
||||
class: RoomController
|
||||
# rich: DEBUG
|
||||
off_duration: '00:05:00'
|
||||
states:
|
||||
- time: 'sunrise - 03:00:00'
|
||||
@@ -76,6 +77,7 @@ bedroom:
|
||||
bedroom_buttons:
|
||||
module: button
|
||||
class: Button
|
||||
# rich: DEBUG
|
||||
app: bedroom
|
||||
ref_entity: light.bedroom
|
||||
button:
|
||||
@@ -84,7 +86,8 @@ bedroom_buttons:
|
||||
|
||||
bedroom_motion:
|
||||
module: motion
|
||||
class: Motion
|
||||
class: Motion
|
||||
# rich: DEBUG
|
||||
app: bedroom
|
||||
sensor: binary_sensor.bedroom_motion_occupancy
|
||||
off_duration: '00:05:00'
|
||||
|
||||
Reference in New Issue
Block a user