Fix some broken formatting in the docs
This commit is contained in:
@@ -12,7 +12,8 @@ cameras:
|
||||
The `cameras_global` block can be used to set defaults across multiple cameras.
|
||||
|
||||
```yaml
|
||||
cameras_global: [...]
|
||||
cameras_global:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
@@ -38,7 +39,8 @@ The `capabilities` block allows selected disabling of auto-detected camera capab
|
||||
```yaml
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
capabilities: [...]
|
||||
capabilities:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
@@ -68,7 +70,8 @@ The `cast` block configures how a camera is cast / sent to media players.
|
||||
```yaml
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
cast: [...]
|
||||
cast:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
@@ -84,7 +87,8 @@ See the [dashboard method cast example](../../examples.md?id=cast-a-dashboard).
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
cast:
|
||||
dashboard: [...]
|
||||
dashboard:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
@@ -99,7 +103,8 @@ The `dependencies` block configures other cameras as dependents of this camera.
|
||||
```yaml
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
dependencies: [...]
|
||||
dependencies:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
@@ -114,7 +119,8 @@ The `dimensions` block configures the dimensions and layout of media of a given
|
||||
```yaml
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
dimensions: [...]
|
||||
dimensions:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
@@ -130,7 +136,8 @@ The `layout` block configures the fit and position of the media _within_ the cam
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
dimensions:
|
||||
layout: [...]
|
||||
layout:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
@@ -174,7 +181,8 @@ Configure the PTZ actions taken for a camera (not to be confused with configurat
|
||||
```yaml
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
ptz: [...]
|
||||
ptz:
|
||||
# [...]
|
||||
```
|
||||
|
||||
### Movement types
|
||||
@@ -236,7 +244,8 @@ camera is triggered.
|
||||
```yaml
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
triggers: [...]
|
||||
triggers:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
|
||||
@@ -27,7 +27,8 @@ The `frigate` block configures options for a Frigate camera.
|
||||
```yaml
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
frigate: [...]
|
||||
frigate:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
@@ -45,7 +46,8 @@ The `motioneye` block configures options for a MotionEye camera.
|
||||
```yaml
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
motioneye: [...]
|
||||
motioneye:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
@@ -62,14 +64,16 @@ The `images` and `movies` block configures how images and movies respectively ar
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
motioneye:
|
||||
images: [...]
|
||||
images:
|
||||
# [...]
|
||||
```
|
||||
|
||||
```yaml
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
motioneye:
|
||||
movies: [...]
|
||||
movies:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
|
||||
@@ -22,7 +22,8 @@ The `go2rtc` block configures use of the `go2rtc` live provider. This configurat
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
live_provider: go2rtc
|
||||
go2rtc: [...]
|
||||
go2rtc:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
@@ -39,7 +40,8 @@ All configuration is under:
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
live_provider: image
|
||||
image: [...]
|
||||
image:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
@@ -55,7 +57,8 @@ All configuration is under:
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
live_provider: jsmpeg
|
||||
jsmpeg: [...]
|
||||
jsmpeg:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
@@ -72,7 +75,8 @@ events/snapshots/UI. AlexxIT's WebRTC Integration/Card must be installed and con
|
||||
cameras:
|
||||
- camera_entity: camera.office
|
||||
live_provider: webrtc-card
|
||||
webrtc_card: [...]
|
||||
webrtc_card:
|
||||
# [...]
|
||||
```
|
||||
|
||||
| Option | Default | Description |
|
||||
|
||||
Reference in New Issue
Block a user