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