Fix some broken formatting in the docs

This commit is contained in:
Felipe Santos
2024-06-10 00:49:57 -03:00
parent fccb4c9afd
commit 91b0909614
17 changed files with 175 additions and 116 deletions
+11 -11
View File
@@ -4,7 +4,7 @@ Execute a Frigate Card action.
```yaml
action: custom:frigate-card-action
[...]
# [...]
```
| Parameter | Description |
@@ -19,7 +19,7 @@ Select a given camera.
```yaml
action: custom:frigate-card-action
frigate_card_action: camera_select
[...]
# [...]
```
| Parameter | Description |
@@ -49,7 +49,7 @@ Zoom in and/or pan for a given camera.
```yaml
action: custom:frigate-card-action
frigate_card_action: change_zoom
[...]
# [...]
```
| Parameter | Description |
@@ -107,7 +107,7 @@ Select a display mode (e.g. view a `single` camera or a `grid` of cameras).
```yaml
action: custom:frigate-card-action
frigate_card_action: display_mode_select
[...]
# [...]
```
| Parameter | Description |
@@ -196,7 +196,7 @@ Select a substream. Use [Camera dependency configuration](../../cameras/README.m
```yaml
action: custom:frigate-card-action
frigate_card_action: live_substream_select
[...]
# [...]
```
| Parameter | Description |
@@ -212,7 +212,7 @@ Log a message to the Javascript console.
```yaml
action: custom:frigate-card-action
frigate_card_action: log
[...]
# [...]
```
| Parameter | Default | Description |
@@ -229,7 +229,7 @@ Perform a media player action.
```yaml
action: custom:frigate-card-action
frigate_card_action: media_player
[...]
# [...]
```
| Parameter | Description |
@@ -300,7 +300,7 @@ Execute a real PTZ action, whether configured manually (see [Camera PTZ configur
```yaml
action: custom:frigate-card-action
frigate_card_action: ptz
[...]
# [...]
```
| Parameter | | Description |
@@ -321,7 +321,7 @@ Show or hide the PTZ controls.
```yaml
action: custom:frigate-card-action
frigate_card_action: ptz_controls
[...]
# [...]
```
| Parameter | Description |
@@ -337,7 +337,7 @@ Execute a digital PTZ action.
```yaml
action: custom:frigate-card-action
frigate_card_action: ptz-digital
[...]
# [...]
```
| Parameter | Default | Description |
@@ -373,7 +373,7 @@ action), otherwise a digital PTZ action will be run (equivalent to using the
```yaml
action: custom:frigate-card-action
frigate_card_action: ptz-multi
[...]
# [...]
```
| Parameter | Description |
+5 -5
View File
@@ -6,7 +6,7 @@ Call a service. See [Home Assistant actions documentation](https://www.home-assi
```yaml
action: call-service
[...]
# [...]
```
## `more-info`
@@ -15,7 +15,7 @@ Open the "more-info" dialog for an entity. See [Home Assistant actions documenta
```yaml
action: more-info
[...]
# [...]
```
## `navigate`
@@ -24,7 +24,7 @@ Navigate to a particular dashboard path. See [Home Assistant actions documentati
```yaml
action: navigate
[...]
# [...]
```
## `toggle`
@@ -33,7 +33,7 @@ Toggle an entity. See [Home Assistant actions documentation](https://www.home-as
```yaml
action: toggle
[...]
# [...]
```
## `url`
@@ -42,7 +42,7 @@ Navigate to an arbitrary URL. See [Home Assistant actions documentation](https:/
```yaml
action: url
[...]
# [...]
```
## Fully expanded reference