docs: Add examples of entity-less cameras (#1615)

This commit is contained in:
Dermot Duffy
2024-10-04 18:21:56 -07:00
committed by GitHub
parent 9c550f518d
commit e75afbca2b
+29
View File
@@ -113,6 +113,35 @@ automations:
frigate_card_action: clips
```
## Cameras
### `frigate` camera without a `camera_entity`
In this example, there is no Home Assistant entity linked to the camera, just a `frigate` camera name:
```yaml
type: custom:frigate-card
cameras:
- frigate:
camera_name: office
live_provider: go2rtc
```
### `go2rtc` stream without a `camera_entity`
In this example, there is no Home Assistant entity linked to the camera, just a `go2rtc` stream.
```yaml
type: custom:frigate-card
cameras:
- live_provider: go2rtc
go2rtc:
stream: office
url: https://my.go2rtc.url:1984/
```
!> Browsers will reject [mixed content](https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content): if you access Home Assistant over `https`, you must also put `go2rtc` behind `https` and use that in the `url` parameter.
## `card-mod`
This card allows the use of