updated for rich logging stuff
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
kitchen:
|
||||
module: room_control
|
||||
class: RoomController
|
||||
# rich: DEBUG
|
||||
off_duration: '00:10:00'
|
||||
# ha_button: input_button.activate_kitchen
|
||||
sleep: input_boolean.sleeping
|
||||
@@ -39,13 +40,15 @@ kitchen:
|
||||
kitchen_button:
|
||||
module: button
|
||||
class: Button
|
||||
# rich: DEBUG
|
||||
app: kitchen
|
||||
button: Kitchen Button
|
||||
ref_entity: light.kitchen
|
||||
|
||||
kitchen_motion:
|
||||
module: motion
|
||||
class: Motion
|
||||
class: Motion
|
||||
# rich: DEBUG
|
||||
app: kitchen
|
||||
sensor: binary_sensor.kitchen_motion_occupancy
|
||||
ref_entity: light.kitchen
|
||||
Reference in New Issue
Block a user