mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
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:
parent
7486284f3b
commit
2dc6008c65
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user