fix: Substream only cameras should not be triggerable (#1848)

- Closes #1846
This commit is contained in:
Dermot Duffy
2025-01-21 07:17:09 -08:00
committed by GitHub
parent 596a724714
commit 0212840688
13 changed files with 100 additions and 9 deletions
+17
View File
@@ -64,6 +64,7 @@ cameras:
| `seek` | Clips can be seeked / scrubbed by the timeline. |
| `snapshots` | Snapshots can be fetched from the camera. |
| `substream` | The camera can be used as a substream on another camera. |
| `trigger` | The camera can be triggered. |
## `cast`
@@ -415,6 +416,22 @@ cameras:
dynamic: true
ssl_verification: auto
ssl_ciphers: auto
- camera_entity: camera.capabilities_reference
capabilities:
disable_except:
- clips
- favorite-events
- favorite-recordings
- live
- menu
- ptz
- recordings
- seek
- snapshots
- substream
- trigger
disable:
# Capabilities to selectively disable.
cameras_global:
triggers:
motion: false