From 2dc6008c65d485763cda824b92786237bb48f891 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Thu, 2 Feb 2023 13:27:06 +0100 Subject: [PATCH] Add vertical option to tile card (#26050) * Add vertical option to tile card * Update source/_dashboards/tile.markdown Co-authored-by: Jan Bouwhuis --------- Co-authored-by: Jan Bouwhuis --- source/_dashboards/tile.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_dashboards/tile.markdown b/source/_dashboards/tile.markdown index 06fd1756391..20d2711589e 100644 --- a/source/_dashboards/tile.markdown +++ b/source/_dashboards/tile.markdown @@ -41,6 +41,11 @@ show_entity_picture: description: If your entity has a picture, it will replace the icon. type: boolean default: false +vertical: + required: false + description: Displays the icon above the name and state. + type: boolean + default: false tap_action: required: false description: Action taken on card tap. See [action documentation](/dashboards/actions/#tap-action). By default, it will show the "more-info" dialog. @@ -77,6 +82,12 @@ entity: person.anne_therese show_entity_picture: true ``` +```yaml +type: tile +entity: person.anne_therese +vertical: true +``` + ```yaml type: tile entity: vacuum.ground_floor