I’m trying to integrate my Frigate camera with MQTT. I’m using Mosquito as the broker. My camera is working with Frigate but it’s not being added to my MQTT integration.
Below is my code. I’m not getting any errors in my logs. Do I need to edit the YAML anywhere else?
I also tried putting host as “core-mosquito” with a mqtt user and password that I created as a user in MQTT, but that didn’t work either.
mqtt:
host: (home assistant server IP)
cameras:
Garage:
enabled: true
ffmpeg:
inputs:
- path: (camera rtsp path)
roles:
- detect
- rtmp
detect:
enabled: true
width: 1280
height: 720
version: 0.14