mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fixed indentation on tile.markdown example block (#28253)
This commit is contained in:
parent
f9f790b53d
commit
130d2a5a40
@ -93,9 +93,9 @@ type: tile
|
|||||||
entity: vacuum.ground_floor
|
entity: vacuum.ground_floor
|
||||||
features:
|
features:
|
||||||
- type: vacuum-commands
|
- type: vacuum-commands
|
||||||
commands:
|
commands:
|
||||||
- start_pause
|
- start_pause
|
||||||
- return_home
|
- return_home
|
||||||
```
|
```
|
||||||
|
|
||||||
## Available color tokens
|
## Available color tokens
|
||||||
@ -251,4 +251,4 @@ commands:
|
|||||||
required: true
|
required: true
|
||||||
description: List of commands to show on the card. The list can contain `start_pause`, `stop`, `clean_spot`, `locate` and `return_home`.
|
description: List of commands to show on the card. The list can contain `start_pause`, `stop`, `clean_spot`, `locate` and `return_home`.
|
||||||
type: list
|
type: list
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user