mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Link to card actions from related cards (#31965)
This commit is contained in:
parent
281571c92b
commit
dc4fba4630
@ -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/)
|
@ -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/)
|
@ -78,3 +78,7 @@ footer:
|
||||
attribute: battery_level
|
||||
unit: "%"
|
||||
```
|
||||
|
||||
## Related topics
|
||||
|
||||
- [Card header and footer](/dashboards/header-footer/)
|
@ -157,3 +157,7 @@ entities:
|
||||
tap_action:
|
||||
action: toggle
|
||||
```
|
||||
|
||||
## Related topics
|
||||
|
||||
- [Card actions](/dashboards/actions/)
|
@ -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/)
|
@ -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/)
|
@ -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/)
|
@ -267,3 +267,7 @@ state_image:
|
||||
"off": /local/living_room_off.png
|
||||
entity: group.living.room
|
||||
```
|
||||
|
||||
## Related topics
|
||||
|
||||
- [Card actions](/dashboards/actions/)
|
@ -74,3 +74,7 @@ tap_action:
|
||||
data:
|
||||
entity_id: light.ceiling_lights
|
||||
```
|
||||
|
||||
## Related topics
|
||||
|
||||
- [Card actions](/dashboards/actions/)
|
Loading…
x
Reference in New Issue
Block a user