mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add update actions card feature (#30446)
This commit is contained in:
parent
6b602ca2c9
commit
0c4c2e1896
@ -448,6 +448,33 @@ type:
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
## Update actions
|
||||
|
||||
Widget that displays actions to install or skip an [update](/integrations/update).
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/dashboards/features/update_actions.png' alt='Screenshot of the tile card with update actions feature'>
|
||||
Screenshot of the tile card with update actions feature
|
||||
</p>
|
||||
|
||||
```yaml
|
||||
features:
|
||||
- type: "update-actions"
|
||||
backup: "ask"
|
||||
```
|
||||
|
||||
{% configuration features %}
|
||||
type:
|
||||
required: true
|
||||
description: "`update-actions`"
|
||||
type: string
|
||||
backup:
|
||||
required: false
|
||||
description: Whether a backup should be done before updating. The value can be `ask`, `yes`, or `no`. `ask` will open a dialog to ask if a backup should be done.
|
||||
type: list
|
||||
default: ask
|
||||
{% endconfiguration %}
|
||||
|
||||
## Vacuum commands
|
||||
|
||||
Widget that displays buttons to control a [vacuum](/integrations/vacuum).
|
||||
|
BIN
source/images/dashboards/features/update_actions.png
Normal file
BIN
source/images/dashboards/features/update_actions.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
Loading…
x
Reference in New Issue
Block a user