From 009eddce6cbe15f00f8bda0ac2f7cc6c1b22af20 Mon Sep 17 00:00:00 2001 From: Hmmbob <33529490+hmmbob@users.noreply.github.com> Date: Tue, 6 Jun 2023 12:56:12 +0200 Subject: [PATCH] Explain how to use in yaml mode --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index d499cd2..3a30a21 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,19 @@ You can change the go2rtc settings by adding the `go2rtc.yaml` file to your Hass **Method 2.** Manually copy `webrtc` folder from [latest release](https://github.com/AlexxIT/WebRTC/releases/latest) to `/config/custom_components` folder. +
+ Additional steps if you are using the UI in YAML mode: add card to resources + + The `custom_card` will be automatically registered with the Home Assistant UI, except when you are managing the UI in YAML mode. + If you are managing the UI in YAML mode then add this to your UI resources for the `custom:webrtc-camera` card to work: + ```yaml + url: /webrtc/webrtc-camera.js + type: module + ``` + - Refresh your browser + +
+ ## Configuration Settings > Devices & Services > Add Integration > **WebRTC**