From 130d2a5a4047b3874a2da095ddbc92b2448b86a4 Mon Sep 17 00:00:00 2001 From: Marco Garbelini Date: Wed, 19 Jul 2023 18:04:53 +0200 Subject: [PATCH] Fixed indentation on tile.markdown example block (#28253) --- source/_dashboards/tile.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_dashboards/tile.markdown b/source/_dashboards/tile.markdown index f05cc5c76db..a64f248800b 100644 --- a/source/_dashboards/tile.markdown +++ b/source/_dashboards/tile.markdown @@ -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 %} \ No newline at end of file +{% endconfiguration %}