docs: Various minor doc improvements (#2384)

This commit is contained in:
Dermot Duffy
2026-03-01 14:49:01 -08:00
committed by GitHub
parent 37004f91fa
commit db0a747729
8 changed files with 96 additions and 65 deletions
+3 -5
View File
@@ -33,15 +33,13 @@ This action will respect the value of the `view.camera_select` to choose the app
## `camera_ui`
Download the displayed media.
Open the UI for the selected camera engine (e.g. the Frigate UI).
```yaml
action: custom:advanced-camera-card-action
advanced_camera_card_action: camera_ui
```
Open the UI for the selected camera engine (e.g. the Frigate UI).
## `clip`
Change to the `clip` view.
@@ -208,13 +206,13 @@ Turn off the substream (if on).
```yaml
action: custom:advanced-camera-card-action
advanced_camera_card_action: live_substream_on
advanced_camera_card_action: live_substream_off
```
| Parameter | Description |
| ----------------------------- | --------------------------------------------- |
| `action` | Must be `custom:advanced-camera-card-action`. |
| `advanced_camera_card_action` | Must be `live_substream_on`. |
| `advanced_camera_card_action` | Must be `live_substream_off`. |
## `live_substream_on`