Hi all,
Just got into Home Assistant and it’s brilliant. But having trouble to have multiple card for different cameras for blue iris.
Exam:
camera:
-
platform: mjpeg
mjpeg_url: http://[BlueirisserverIP]:[Blueirisserverport]/mjpg/[shortname]
name: [cameraname that shows up in HASS]
username: [username]
password: [password]
authentication: basic -
platform: mjpeg
mjpeg_url: http://[BlueirisserverIP]:[Blueirisserverport]/mjpg/[shortname]
name: [cameraname that shows up in HASS]
username: [username]
password: [password]
authentication: basic
How do i have multiple cameras in the configuration file?