added loki handler
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
living_room:
|
||||
module: room_control
|
||||
class: RoomController
|
||||
loki_url: http://192.168.1.107:3100/loki/api/v1/push
|
||||
dependencies:
|
||||
- rich_logging
|
||||
# rich: DEBUG
|
||||
@@ -71,6 +72,7 @@ living_room:
|
||||
front_door:
|
||||
module: room_control
|
||||
class: Door
|
||||
loki_url: http://192.168.1.107:3100/loki/api/v1/push
|
||||
dependencies:
|
||||
- living_room
|
||||
# rich: DEBUG
|
||||
@@ -80,6 +82,7 @@ front_door:
|
||||
living_room_button:
|
||||
module: room_control
|
||||
class: Button
|
||||
loki_url: http://192.168.1.107:3100/loki/api/v1/push
|
||||
dependencies:
|
||||
- living_room
|
||||
# rich: DEBUG
|
||||
@@ -90,6 +93,7 @@ living_room_button:
|
||||
living_room_motion:
|
||||
module: room_control
|
||||
class: Motion
|
||||
loki_url: http://192.168.1.107:3100/loki/api/v1/push
|
||||
dependencies:
|
||||
- living_room
|
||||
# rich: DEBUG
|
||||
|
||||
Reference in New Issue
Block a user