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
+2 -2
View File
@@ -29,7 +29,7 @@ not providing this information, please do not be offended. I want to help, just
need to prioritize my limited development time well. Feel free to re-open your
issue, providing the requested information.
## Misconceptions About open source
## Misconceptions About Open Source
- The fixes aren't fast enough!
- The features aren't good enough!
@@ -52,6 +52,6 @@ hobbiest-level skills and ... at best ... hobbiest level support.
If you find yourself complaining, your expectations are incorrect! This is
undoubtedly frustrating (and I have often shared in this frustration), but it is
nonetheless just "the way open source is".
nonetheless just the way open source is. Take it or leave it.
Thank you for understanding!