Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain how to use in yaml mode #497

Merged
merged 1 commit into from
Jun 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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