So I have 2 different camera’s but when I make cards for them using picture entity that same image shows up in both cards. This is how I have them set up in configuration.yaml
Camera’s
amcrest:
-
host: 192.168.1.83
username: ************
password: ************ -
host: 192.168.1.85
username: ************
password: ************
No matter what the only image that shows up in either card is the last camera. It ignores the first camera. I have checked and rechecked the entity id in each card and they are correct. The entities look like this
camera.amcrest_camera
camera.amcrest_camera_2
anyone have any idea why this would be happening? So confused right now.
thanks