Link to card actions from related cards (#31965)

This commit is contained in:
c0ffeeca7 2024-03-20 14:08:36 +01:00 committed by GitHub
parent 281571c92b
commit dc4fba4630
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 39 additions and 1 deletions

View File

@ -136,3 +136,8 @@ tap_action:
<img src='/images/dashboards/entity_button_complex_card.png' alt='Screenshot of the Button card with script service'>
Screenshot of the button card with script service.
</p>
## Related topics
- [Card actions](/dashboards/actions/)
- [Scripts](/docs/scripts/)

View File

@ -456,3 +456,8 @@ entities:
text: Are you sure you want to restart?
service: script.libreelec_power_cycle
```
## Related topics
- [Card actions](/dashboards/actions/)
- [Card header and footer](/dashboards/header-footer/)

View File

@ -78,3 +78,7 @@ footer:
attribute: battery_level
unit: "%"
```
## Related topics
- [Card header and footer](/dashboards/header-footer/)

View File

@ -157,3 +157,7 @@ entities:
tap_action:
action: toggle
```
## Related topics
- [Card actions](/dashboards/actions/)

View File

@ -80,3 +80,7 @@ name: My Office
<img src='/images/dashboards/light_complex_card.png' alt='Screenshot of the Light card'>
Screenshot of the Light card names.
</p>
## Related topics
- [Card actions](/dashboards/actions/)

View File

@ -401,7 +401,7 @@ user:
type: string
{% endconfiguration %}
## Notes on Element Attributes
## Notes on element attributes
### How to use the style object
@ -573,3 +573,7 @@ elements:
top: 47%
left: 42%
```
## Related topics
- [Card actions](/dashboards/actions/)

View File

@ -138,3 +138,7 @@ tap_action:
{% endraw %}
The filename needs to be a path that is writable by Home Assistant in your system. You may need to configure `allowlist_external_dirs` ([documentation](/docs/configuration/basic/)).
## Related topics
- [Card actions](/dashboards/actions/)

View File

@ -267,3 +267,7 @@ state_image:
"off": /local/living_room_off.png
entity: group.living.room
```
## Related topics
- [Card actions](/dashboards/actions/)

View File

@ -74,3 +74,7 @@ tap_action:
data:
entity_id: light.ceiling_lights
```
## Related topics
- [Card actions](/dashboards/actions/)