Validation Error in config.yml #3811
-
|
Hi all, Please be patient with me as I'm very new to the world of HA/Frigate. my config is: mqtt:
host: 192.168.1.167
port: 1883
user: "mqtt-user"
password: "xxx"
cameras:
floorone:
ffmpeg:
inputs:
- path: rtsp://admin:xxx@192.168.1.87
roles:
- detect
detect:
width: 1280
height: 720
fps: 5
objects:
- person
- dog
detectors:
cpu1:
type: cpu
cpu2:
type: cpu
cpu3:
type: cpu
cpu4:
type: cputhe error in the log i'm seeing is: 1 validation error for FrigateConfig Any help and preferably an explanation where I've been a donut would be appreciated. Ty in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Please view the documentation. |
Beta Was this translation helpful? Give feedback.
Please view the documentation.
objectsis not a property ofdetectit is a property oftrack