Fixed indentation on tile.markdown example block (#28253)

This commit is contained in:
Marco Garbelini 2023-07-19 18:04:53 +02:00 committed by GitHub
parent f9f790b53d
commit 130d2a5a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,9 +93,9 @@ type: tile
entity: vacuum.ground_floor
features:
- type: vacuum-commands
commands:
- start_pause
- return_home
commands:
- start_pause
- return_home
```
## Available color tokens
@ -251,4 +251,4 @@ commands:
required: true
description: List of commands to show on the card. The list can contain `start_pause`, `stop`, `clean_spot`, `locate` and `return_home`.
type: list
{% endconfiguration %}
{% endconfiguration %}