added loki handler
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
bathroom:
|
||||
module: room_control
|
||||
class: RoomController
|
||||
loki_url: http://192.168.1.107:3100/loki/api/v1/push
|
||||
dependencies:
|
||||
- rich_logging
|
||||
# rich: DEBUG
|
||||
@@ -37,6 +38,7 @@ bathroom:
|
||||
bathroom_button:
|
||||
module: room_control
|
||||
class: Button
|
||||
loki_url: http://192.168.1.107:3100/loki/api/v1/push
|
||||
dependencies:
|
||||
- bathroom
|
||||
# rich: DEBUG
|
||||
@@ -47,6 +49,7 @@ bathroom_button:
|
||||
bathroom_motion:
|
||||
module: room_control
|
||||
class: Motion
|
||||
loki_url: http://192.168.1.107:3100/loki/api/v1/push
|
||||
dependencies:
|
||||
- bathroom
|
||||
# rich: DEBUG
|
||||
|
||||
Reference in New Issue
Block a user