diff --git a/configuration.yaml b/configuration.yaml index d1b7478..bc42b29 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -17,6 +17,7 @@ scene: !include scenes.yaml mqtt: !include mqtt.yaml climate: !include climate.yaml modbus: !include modbus.yaml +#frigate: !include frigate.yml #switch: !include switches.yaml #template: !include template.yaml diff --git a/frigate.yml b/frigate.yml new file mode 100644 index 0000000..45f93c0 --- /dev/null +++ b/frigate.yml @@ -0,0 +1,18 @@ +mqtt: + host: 192.168.88.4 # ip address сервера mqtt + port: 1883 + topic_prefix: frigate + client_id: frigate + +detectors: + cpu0: + type: cpu + +cameras: + cam_01: + ffmpeg: + input_args: "" + inputs: + - path: rtsp://silver:cimpson0@192.168.88.9:554/1 #ссылка камеры + roles: + - detect \ No newline at end of file