From a7a519a19f9a83e74c846eeddd9519986b749d4e Mon Sep 17 00:00:00 2001
From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Date: Wed, 20 Mar 2024 16:14:39 +0100
Subject: [PATCH] Cards: link to cards and themes (#31970)
---
source/_dashboards/alarm-panel.markdown | 7 ++++++-
source/_dashboards/area.markdown | 11 ++++++++---
source/_dashboards/button.markdown | 4 +++-
source/_dashboards/calendar.markdown | 7 ++++++-
source/_dashboards/conditional.markdown | 6 ++++++
source/_dashboards/energy.markdown | 5 +++++
source/_dashboards/entities.markdown | 3 ++-
source/_dashboards/entity.markdown | 4 +++-
source/_dashboards/gauge.markdown | 6 ++++++
source/_dashboards/glance.markdown | 4 +++-
source/_dashboards/grid.markdown | 5 +++++
source/_dashboards/history-graph.markdown | 5 +++++
source/_dashboards/horizontal-stack.markdown | 4 ++++
source/_dashboards/iframe.markdown | 4 ++++
source/_dashboards/light.markdown | 4 +++-
source/_dashboards/logbook.markdown | 5 +++++
source/_dashboards/map.markdown | 5 +++++
source/_dashboards/markdown.markdown | 5 +++++
source/_dashboards/media-control.markdown | 5 +++++
source/_dashboards/picture-elements.markdown | 4 +++-
source/_dashboards/picture-entity.markdown | 4 +++-
source/_dashboards/picture-glance.markdown | 4 +++-
source/_dashboards/picture.markdown | 4 +++-
source/_dashboards/plant-status.markdown | 5 +++++
source/_dashboards/sensor.markdown | 5 +++++
source/_dashboards/statistic.markdown | 7 ++++++-
source/_dashboards/statistics-graph.markdown | 5 +++++
source/_dashboards/tile.markdown | 3 ++-
source/_dashboards/vertical-stack.markdown | 4 ++++
source/_dashboards/weather-forecast.markdown | 5 +++++
30 files changed, 133 insertions(+), 16 deletions(-)
diff --git a/source/_dashboards/alarm-panel.markdown b/source/_dashboards/alarm-panel.markdown
index 9d1938b50b0..3ef81b0f406 100644
--- a/source/_dashboards/alarm-panel.markdown
+++ b/source/_dashboards/alarm-panel.markdown
@@ -5,7 +5,7 @@ sidebar_label: Alarm panel
description: "The alarm panel card allows you to arm and disarm your alarm control panel integrations."
---
-The alarm panel card allows you to arm and disarm your [alarm control panel](/integrations/#alarm) integrations.
+The alarm panel card allows you to arm and disarm your [alarm control panel](/integrations/#alarm) {% term integrations %}.
@@ -81,3 +81,8 @@ states:
- arm_night
- armed_custom_bypass
```
+
+## Related topics
+
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/area.markdown b/source/_dashboards/area.markdown
index 245aa329303..df4a38b81d6 100644
--- a/source/_dashboards/area.markdown
+++ b/source/_dashboards/area.markdown
@@ -5,7 +5,7 @@ sidebar_label: Area
description: "The area card gives control of your entities in a specified area."
---
-The area card lets you control and monitor an individual area.
+The area card lets you control and monitor an individual {% term area %}.
@@ -16,9 +16,9 @@ The area card lets you control and monitor an individual area.
All options for this card can be configured via the user interface.
-Buttons will appear on the card for the entities in the area including fan, light and switch. A motion sensor icon will appear in the top left if a motion sensor is in the area and motion is detected by the motion sensor.
+Buttons will appear on the card for the {% term entities %} in the area including fan, light, and switch. A motion sensor icon will appear in the top left if a motion sensor is in the area and if motion is detected by the motion sensor.
-If a camera is added to the area you can show the camera feed instead of the area picture.
+If a camera is added to the {% term area %} you can show the camera feed instead of the area picture.
## YAML configuration
@@ -86,3 +86,8 @@ navigation_path: my_bedroom
show_camera: true
theme: green
```
+
+## Related topics
+
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/button.markdown b/source/_dashboards/button.markdown
index 087fc4c0544..e54540751b4 100644
--- a/source/_dashboards/button.markdown
+++ b/source/_dashboards/button.markdown
@@ -140,4 +140,6 @@ Screenshot of the button card with script service.
## Related topics
- [Card actions](/dashboards/actions/)
-- [Scripts](/docs/scripts/)
\ No newline at end of file
+- [Scripts](/docs/scripts/)
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/calendar.markdown b/source/_dashboards/calendar.markdown
index f29605ce1e4..3705e87e120 100644
--- a/source/_dashboards/calendar.markdown
+++ b/source/_dashboards/calendar.markdown
@@ -5,7 +5,7 @@ sidebar_label: Calendar
description: "The calendar card displays your calendar entities in a month, day and list view"
---
-The calendar card displays your [calendar](/integrations/#calendar) entities in a month, day and list view (7 days).
+The calendar card displays your [calendar](/integrations/#calendar) {% term entities %} in a month, day, and list view (7 days).
Two picture cards in a horizontal stack card.
+
+## Related topics
+
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/iframe.markdown b/source/_dashboards/iframe.markdown
index fdaa049ed41..d8a544e80b6 100644
--- a/source/_dashboards/iframe.markdown
+++ b/source/_dashboards/iframe.markdown
@@ -56,3 +56,7 @@ type: iframe
url: https://www.home-assistant.io
aspect_ratio: 75%
```
+
+## Related topics
+
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/light.markdown b/source/_dashboards/light.markdown
index c6484f658d2..7023f9def8d 100644
--- a/source/_dashboards/light.markdown
+++ b/source/_dashboards/light.markdown
@@ -83,4 +83,6 @@ Screenshot of the Light card names.
## Related topics
-- [Card actions](/dashboards/actions/)
\ No newline at end of file
+- [Card actions](/dashboards/actions/)
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/logbook.markdown b/source/_dashboards/logbook.markdown
index d4fdabb5c5e..2ae88343fac 100644
--- a/source/_dashboards/logbook.markdown
+++ b/source/_dashboards/logbook.markdown
@@ -65,3 +65,8 @@ entities:
- light.ceiling_lights
hours_to_show: 24
```
+
+## Related topics
+
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/map.markdown b/source/_dashboards/map.markdown
index ed3f48e4c98..9370e83431f 100644
--- a/source/_dashboards/map.markdown
+++ b/source/_dashboards/map.markdown
@@ -134,3 +134,8 @@ entities:
focus: false
hours_to_show: 48
```
+
+## Related topics
+
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/markdown.markdown b/source/_dashboards/markdown.markdown
index f1886128004..bcac319e7c9 100644
--- a/source/_dashboards/markdown.markdown
+++ b/source/_dashboards/markdown.markdown
@@ -140,3 +140,8 @@ content: |
This is a success alert — check it out!
This is an alert with a title
```
+
+## Related topics
+
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/media-control.markdown b/source/_dashboards/media-control.markdown
index 0ba077b45e7..0d4958f7e8a 100644
--- a/source/_dashboards/media-control.markdown
+++ b/source/_dashboards/media-control.markdown
@@ -46,3 +46,8 @@ Basic example:
type: media-control
entity: media_player.lounge_room
```
+
+## Related topics
+
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/picture-elements.markdown b/source/_dashboards/picture-elements.markdown
index 9f842bd7e8c..aa6433d9f6d 100644
--- a/source/_dashboards/picture-elements.markdown
+++ b/source/_dashboards/picture-elements.markdown
@@ -576,4 +576,6 @@ elements:
## Related topics
-- [Card actions](/dashboards/actions/)
\ No newline at end of file
+- [Card actions](/dashboards/actions/)
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/picture-entity.markdown b/source/_dashboards/picture-entity.markdown
index c757e1797fe..928fa7912f1 100644
--- a/source/_dashboards/picture-entity.markdown
+++ b/source/_dashboards/picture-entity.markdown
@@ -141,4 +141,6 @@ The filename needs to be a path that is writable by Home Assistant in your syste
## Related topics
-- [Card actions](/dashboards/actions/)
\ No newline at end of file
+- [Card actions](/dashboards/actions/)
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/picture-glance.markdown b/source/_dashboards/picture-glance.markdown
index 57a3c3f2796..de065a64941 100644
--- a/source/_dashboards/picture-glance.markdown
+++ b/source/_dashboards/picture-glance.markdown
@@ -270,4 +270,6 @@ entity: group.living.room
## Related topics
-- [Card actions](/dashboards/actions/)
\ No newline at end of file
+- [Card actions](/dashboards/actions/)
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/picture.markdown b/source/_dashboards/picture.markdown
index c438f243f2b..1ee6176e191 100644
--- a/source/_dashboards/picture.markdown
+++ b/source/_dashboards/picture.markdown
@@ -77,4 +77,6 @@ tap_action:
## Related topics
-- [Card actions](/dashboards/actions/)
\ No newline at end of file
+- [Card actions](/dashboards/actions/)
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/plant-status.markdown b/source/_dashboards/plant-status.markdown
index 031def93771..439f04260df 100644
--- a/source/_dashboards/plant-status.markdown
+++ b/source/_dashboards/plant-status.markdown
@@ -48,3 +48,8 @@ Basic example:
type: plant-status
entity: plant.bonsai
```
+
+## Related topics
+
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/sensor.markdown b/source/_dashboards/sensor.markdown
index 5769fb7f787..c4196828d7e 100644
--- a/source/_dashboards/sensor.markdown
+++ b/source/_dashboards/sensor.markdown
@@ -83,3 +83,8 @@ type: sensor
entity: sensor.illumination
name: Illumination
```
+
+## Related topics
+
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/statistic.markdown b/source/_dashboards/statistic.markdown
index 8e34f583fa9..e39895bae59 100644
--- a/source/_dashboards/statistic.markdown
+++ b/source/_dashboards/statistic.markdown
@@ -171,4 +171,9 @@ period:
minutes: -20
seconds: -10
stat_type: change
-```
\ No newline at end of file
+```
+
+## Related topics
+
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/statistics-graph.markdown b/source/_dashboards/statistics-graph.markdown
index 9b5b31c0ce9..940059e3a20 100644
--- a/source/_dashboards/statistics-graph.markdown
+++ b/source/_dashboards/statistics-graph.markdown
@@ -96,3 +96,8 @@ entities:
- entity: sensor.inside_temperature
name: Inside
```
+
+## Related topics
+
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/tile.markdown b/source/_dashboards/tile.markdown
index 99ec6245fb0..514cfc14496 100644
--- a/source/_dashboards/tile.markdown
+++ b/source/_dashboards/tile.markdown
@@ -133,4 +133,5 @@ You want to colorize the tile card? Choose one of the following colors: `primary
## Related topics
- [Card actions](/dashboards/actions/)
-- [Card features](/dashboards/features)
\ No newline at end of file
+- [Card features](/dashboards/features)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/vertical-stack.markdown b/source/_dashboards/vertical-stack.markdown
index 0e13b9ce21e..08768af6955 100644
--- a/source/_dashboards/vertical-stack.markdown
+++ b/source/_dashboards/vertical-stack.markdown
@@ -71,3 +71,7 @@ cards:
Create a grid layout using vertical and horizontal stack.
+
+## Related topics
+
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file
diff --git a/source/_dashboards/weather-forecast.markdown b/source/_dashboards/weather-forecast.markdown
index 5e6f3a4e198..55c8fadd530 100644
--- a/source/_dashboards/weather-forecast.markdown
+++ b/source/_dashboards/weather-forecast.markdown
@@ -153,3 +153,8 @@ Example theme configuration:
```yaml
--weather-icon-sunny: url("/local/sunny.png")
```
+
+## Related topics
+
+- [Themes](/integrations/frontend/)
+- [Dashboard cards](/dashboards/cards/)
\ No newline at end of file