I have two Amcrest cameras that I would like to see a live feed of in HA
I have my configuration setup as below
amcrest:
- host: "192.168.1.111"
username: XXXXXX
password: XXXXXX
port: "8085"
name: Porch
- host: "192.168.1.110"
username: XXXXXX
password: XXXXXX
port: "8080"
name: Garage
When I have both, I get errors, but when I have only one camera in the configuration file, it works fine. What am I doing wrong?