From a9073f6052068e9096a54caabb2ba927a27ff03e Mon Sep 17 00:00:00 2001 From: Villhellm Date: Sat, 27 Apr 2019 17:11:00 -0700 Subject: [PATCH] Added Section to show which lovelace card to use (#9327) * Added Section to show which lovelace card to use * Added 2 cards, clarified setup the process --- source/_components/stream.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/stream.markdown b/source/_components/stream.markdown index 8858938527e..ad7be616a05 100644 --- a/source/_components/stream.markdown +++ b/source/_components/stream.markdown @@ -55,6 +55,11 @@ action: filename: '/tmp/my_stream.mp4' ``` +## {% linkable_title Streaming in Lovelace %} + +As of Homeassistant version 0.92 you can now live-stream a camera feed directly in lovelace. +To do this add either [picture-entity](/lovelace/picture-entity/), [picture-glance](/lovelace/picture-glance/) or [picture-elements](/lovelace/picture-elements/), set `camera_image` to a stream-ready camera entity and set `camera_view` to `live` in one of your lovelace views. + ## {% linkable_title Troubleshooting %} Some users on manual installs may see the following error in their logs after restarting: