Add vertical option to tile card (#26050)

* Add vertical option to tile card

* Update source/_dashboards/tile.markdown

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>

---------

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
Paul Bottein 2023-02-02 13:27:06 +01:00 committed by GitHub
parent 7486284f3b
commit 2dc6008c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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