When configuring camera.yaml this way, the cameras simply appear in Home Assistant, which is perfect. I tried adding camera_view: live to camera.yaml, but it doesnāt work.
Does this mean that I have to create a picture entity (or glance or element) for each camera, in order to enable the camera_view: live option?
Iāve read this, but how do I configure this card using the information in camera.yaml?
Not sure about Blink. I am using WZYE cam via RTSP. If stream: is enabled and you set the generic component up per the docs, then I would dig deeper into the Blink supported types.
then you are using the built-in editor, which I use the old method and write /edit my own code. You are going to have to dig in a bit on that method and I am not much help there, but plenty others can. https://www.home-assistant.io/lovelace/
You donāt need it if you go to the top right where the 3 dots are. Click configure UI and do the steps above i mentioned then restart to apply settings
when you say Iām using the build in editor, do you mean the UI? Because I never touched that. Whatever I do, I always edit yaml files. This is why I am looking for a way to do this without touching the UI.
Fairly simply, you canāt. If you want this feature you have to edit your lovelace cards either in the GUI or in yaml, so you either need to ātake control of lovelace UIā or Switch it to yaml mode. There is no magic button for this yet and itās not automatically added for you.