feat: Add custom reload action to reload dashboard (#2217)

- Closes: #2215

---------

Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
This commit is contained in:
Dermot Duffy
2025-10-14 07:37:50 -07:00
committed by GitHub
co-authored by Felipe Santos
parent 7edaac079e
commit 1f41781a84
6 changed files with 61 additions and 0 deletions
@@ -434,6 +434,15 @@ action: custom:advanced-camera-card-action
advanced_camera_card_action: recordings
```
## `reload`
Reload the entire dashboard.
```yaml
action: custom:advanced-camera-card-action
advanced_camera_card_action: reload
```
## `screenshot`
Take a screenshot of the selected media (e.g. a still from a video).
@@ -854,4 +863,10 @@ elements:
- action: custom:advanced-camera-card-action
advanced_camera_card_action: folders
folder: my-folder
- type: custom:advanced-camera-card-menu-icon
icon: mdi:reload
title: Reload
tap_action:
- action: custom:advanced-camera-card-action
advanced_camera_card_action: reload
```