Why? Link to heading
Ubiquiti Unifi cameras can’t be added to Google Home out of the box, so unfortunately you can’t display your cameras on your Google Home Hub / Hub Max’s, or Apple TV’s.
The fix Link to heading
This is where Scrypted comes in. It can be used as a bridge between Google Home, Apple Homekit, and Amazon Alexa, and your Unifi cameras.
It also works with Ring, Hikvision, Reolink, Tapo, and more. </advertisement>
Step one is installing Scrypted, in my case I will be using Docker, here is a starter Docker compose file:
version: "3.5"
services:
scrypted:
volumes:
- ./volume:/server/volume
container_name: scrypted
restart: unless-stopped
network-mode: host
image: ghcr.io/koush/scrypted
Next,