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 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 %}