From dc4fba463014e61b9d4314a1f2b5b0834f4906c5 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:08:36 +0100 Subject: [PATCH] Link to card actions from related cards (#31965) --- source/_dashboards/button.markdown | 5 +++++ source/_dashboards/entities.markdown | 5 +++++ source/_dashboards/entity.markdown | 4 ++++ source/_dashboards/glance.markdown | 4 ++++ source/_dashboards/light.markdown | 4 ++++ source/_dashboards/picture-elements.markdown | 6 +++++- source/_dashboards/picture-entity.markdown | 4 ++++ source/_dashboards/picture-glance.markdown | 4 ++++ source/_dashboards/picture.markdown | 4 ++++ 9 files changed, 39 insertions(+), 1 deletion(-) diff --git a/source/_dashboards/button.markdown b/source/_dashboards/button.markdown index 88ce2c1eba7..087fc4c0544 100644 --- a/source/_dashboards/button.markdown +++ b/source/_dashboards/button.markdown @@ -136,3 +136,8 @@ tap_action: Screenshot of the Button card with script service Screenshot of the button card with script service.

+ +## Related topics + +- [Card actions](/dashboards/actions/) +- [Scripts](/docs/scripts/) \ No newline at end of file diff --git a/source/_dashboards/entities.markdown b/source/_dashboards/entities.markdown index d82ceb208cd..1a2e8ce2d47 100644 --- a/source/_dashboards/entities.markdown +++ b/source/_dashboards/entities.markdown @@ -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/) \ No newline at end of file diff --git a/source/_dashboards/entity.markdown b/source/_dashboards/entity.markdown index c095ded88c1..d1cdf59169c 100644 --- a/source/_dashboards/entity.markdown +++ b/source/_dashboards/entity.markdown @@ -78,3 +78,7 @@ footer: attribute: battery_level unit: "%" ``` + +## Related topics + +- [Card header and footer](/dashboards/header-footer/) \ No newline at end of file diff --git a/source/_dashboards/glance.markdown b/source/_dashboards/glance.markdown index 77319525283..71b3b94d040 100644 --- a/source/_dashboards/glance.markdown +++ b/source/_dashboards/glance.markdown @@ -157,3 +157,7 @@ entities: tap_action: action: toggle ``` + +## Related topics + +- [Card actions](/dashboards/actions/) \ No newline at end of file diff --git a/source/_dashboards/light.markdown b/source/_dashboards/light.markdown index f1cd3c965b5..c6484f658d2 100644 --- a/source/_dashboards/light.markdown +++ b/source/_dashboards/light.markdown @@ -80,3 +80,7 @@ name: My Office Screenshot of the Light card Screenshot of the Light card names.

+ +## Related topics + +- [Card actions](/dashboards/actions/) \ No newline at end of file diff --git a/source/_dashboards/picture-elements.markdown b/source/_dashboards/picture-elements.markdown index b494e2810dc..9f842bd7e8c 100644 --- a/source/_dashboards/picture-elements.markdown +++ b/source/_dashboards/picture-elements.markdown @@ -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/) \ No newline at end of file diff --git a/source/_dashboards/picture-entity.markdown b/source/_dashboards/picture-entity.markdown index e3f14b9eecc..c757e1797fe 100644 --- a/source/_dashboards/picture-entity.markdown +++ b/source/_dashboards/picture-entity.markdown @@ -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/) \ No newline at end of file diff --git a/source/_dashboards/picture-glance.markdown b/source/_dashboards/picture-glance.markdown index c3a55842b14..57a3c3f2796 100644 --- a/source/_dashboards/picture-glance.markdown +++ b/source/_dashboards/picture-glance.markdown @@ -267,3 +267,7 @@ state_image: "off": /local/living_room_off.png entity: group.living.room ``` + +## Related topics + +- [Card actions](/dashboards/actions/) \ No newline at end of file diff --git a/source/_dashboards/picture.markdown b/source/_dashboards/picture.markdown index 3e11c3bbb98..c438f243f2b 100644 --- a/source/_dashboards/picture.markdown +++ b/source/_dashboards/picture.markdown @@ -74,3 +74,7 @@ tap_action: data: entity_id: light.ceiling_lights ``` + +## Related topics + +- [Card actions](/dashboards/actions/) \ No newline at end of file