Skip to content

Commit

Permalink
Merge pull request #497 from hmmbob/patch-1
Browse files Browse the repository at this point in the history
Explain how to use in yaml mode
  • Loading branch information
AlexxIT authored Jun 6, 2023
2 parents 7bddb2d + 009eddc commit 0402652
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<details>
<summary>Additional steps if you are using the UI in YAML mode: add card to resources</summary>

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
</details>
## Configuration
Settings > Devices & Services > Add Integration > **WebRTC**
Expand Down

0 comments on commit 0402652

Please sign in to comment.