mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +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.
|
description: If your entity has a picture, it will replace the icon.
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
vertical:
|
||||||
|
required: false
|
||||||
|
description: Displays the icon above the name and state.
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
tap_action:
|
tap_action:
|
||||||
required: false
|
required: false
|
||||||
description: Action taken on card tap. See [action documentation](/dashboards/actions/#tap-action). By default, it will show the "more-info" dialog.
|
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
|
show_entity_picture: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
type: tile
|
||||||
|
entity: person.anne_therese
|
||||||
|
vertical: true
|
||||||
|
```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
type: tile
|
type: tile
|
||||||
entity: vacuum.ground_floor
|
entity: vacuum.ground_floor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user