I just upgraded to latest HA / Core on a Pi and now my camera doesn’t work anymore and I get:
The mjpeg platform for the camera integration does not support platform setup. Please remove it from your config.
In the log. For reference my configuration.yaml contains:
camera:
- platform: mjpeg
mjpeg_url: http://some_ip/address/
name: Blue Iris Cameras
username: !secret busername
password: !secret bpassword
authentication: basic
This entity is used inside a picture-entity card to show the image.
If this is no longer supported, how do I get the picture now? Thanks.
3 posts - 2 participants