From 90ef1a333511b144a1010d8b05df5f3b0e650d22 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:30:19 +0200 Subject: [PATCH] Move related topics to meta data (#32403) --- source/_dashboards/alarm-panel.markdown | 10 +++++----- source/_dashboards/area.markdown | 10 +++++----- source/_dashboards/button.markdown | 16 +++++++++------- source/_dashboards/calendar.markdown | 10 +++++----- source/_dashboards/conditional.markdown | 6 +++--- source/_dashboards/energy.markdown | 10 +++++----- source/_dashboards/gauge.markdown | 11 +++++------ source/_dashboards/grid.markdown | 10 +++++----- source/_dashboards/history-graph.markdown | 10 +++++----- source/_dashboards/horizontal-stack.markdown | 7 +++---- source/_dashboards/humidifier.markdown | 9 +++++---- source/_dashboards/logbook.markdown | 10 +++++----- source/_dashboards/markdown.markdown | 10 +++++----- source/_dashboards/media-control.markdown | 10 +++++----- source/_dashboards/plant-status.markdown | 10 +++++----- source/_dashboards/sensor.markdown | 10 +++++----- source/_dashboards/statistic.markdown | 10 +++++----- source/_dashboards/statistics-graph.markdown | 10 +++++----- source/_dashboards/thermostat.markdown | 10 +++++----- source/_dashboards/vertical-stack.markdown | 6 +++--- source/_dashboards/weather-forecast.markdown | 10 +++++----- 21 files changed, 103 insertions(+), 102 deletions(-) diff --git a/source/_dashboards/alarm-panel.markdown b/source/_dashboards/alarm-panel.markdown index 3ef81b0f406..6d137c69412 100644 --- a/source/_dashboards/alarm-panel.markdown +++ b/source/_dashboards/alarm-panel.markdown @@ -3,6 +3,11 @@ type: card title: "Alarm panel card" sidebar_label: Alarm panel description: "The alarm panel card allows you to arm and disarm your alarm control panel integrations." +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The alarm panel card allows you to arm and disarm your [alarm control panel](/integrations/#alarm) {% term integrations %}. @@ -81,8 +86,3 @@ 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 df4a38b81d6..3efb8beff65 100644 --- a/source/_dashboards/area.markdown +++ b/source/_dashboards/area.markdown @@ -3,6 +3,11 @@ type: card title: "Area card" sidebar_label: Area description: "The area card gives control of your entities in a specified area." +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The area card lets you control and monitor an individual {% term area %}. @@ -86,8 +91,3 @@ 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 e54540751b4..3ce404ea79b 100644 --- a/source/_dashboards/button.markdown +++ b/source/_dashboards/button.markdown @@ -3,6 +3,15 @@ type: card title: "Button card" sidebar_label: Button description: "The Button card allows you to add buttons to perform tasks." +related: +- docs: /dashboards/actions/ + title: Card actions +- docs: /docs/scripts/ + title: Scripts +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The button card allows you to add buttons to perform tasks. @@ -136,10 +145,3 @@ 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/) -- [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 3705e87e120..863067a6632 100644 --- a/source/_dashboards/calendar.markdown +++ b/source/_dashboards/calendar.markdown @@ -3,6 +3,11 @@ type: card title: "Calendar card" sidebar_label: Calendar description: "The calendar card displays your calendar entities in a month, day and list view" +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The calendar card displays your [calendar](/integrations/#calendar) {% term entities %} in a month, day, and list view (7 days). @@ -52,8 +57,3 @@ entities: - calendar.calendar_1 - calendar.calendar_2 ``` - -## Related topics - -- [Themes](/integrations/frontend/) -- [Dashboard cards](/dashboards/cards/) \ No newline at end of file diff --git a/source/_dashboards/conditional.markdown b/source/_dashboards/conditional.markdown index 19b188730ba..002e2dd4f4c 100644 --- a/source/_dashboards/conditional.markdown +++ b/source/_dashboards/conditional.markdown @@ -3,6 +3,9 @@ type: card title: Conditional card sidebar_label: Conditional description: The Conditional card displays another card based on conditions. +related: +- docs: /dashboards/cards/ + title: Dashboard cards --- The conditional card displays another card based on conditions. @@ -242,6 +245,3 @@ conditions: {% endconfiguration %} -## Related topics - -- [Dashboard cards](/dashboards/cards/) diff --git a/source/_dashboards/energy.markdown b/source/_dashboards/energy.markdown index f09f2a4fa3b..892841844bb 100644 --- a/source/_dashboards/energy.markdown +++ b/source/_dashboards/energy.markdown @@ -3,6 +3,11 @@ type: card title: "Energy cards" sidebar_label: Energy cards description: "An overview of the energy cards that are available." +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- This is a list of all the cards used in the energy dashboard. You can also place them anywhere you want in your dashboard. @@ -229,8 +234,3 @@ The following example limits the number of shown devices to 5: type: energy-devices-detail-graph max_devices: 5 ``` - -## Related topics - -- [Themes](/integrations/frontend/) -- [Dashboard cards](/dashboards/cards/) \ No newline at end of file diff --git a/source/_dashboards/gauge.markdown b/source/_dashboards/gauge.markdown index 6bacac009d5..56d8104fe76 100644 --- a/source/_dashboards/gauge.markdown +++ b/source/_dashboards/gauge.markdown @@ -3,6 +3,11 @@ type: card title: "Gauge card" sidebar_label: Gauge description: "The gauge card is a basic card that allows visually seeing sensor data." +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The gauge card is a basic card that allows visually seeing sensor data. @@ -181,9 +186,3 @@ segments: - from: 65 color: var(--error-color) ``` - - -## Related topics - -- [Themes](/integrations/frontend/) -- [Dashboard cards](/dashboards/cards/) \ No newline at end of file diff --git a/source/_dashboards/grid.markdown b/source/_dashboards/grid.markdown index b5a6229730b..bc445f8a134 100644 --- a/source/_dashboards/grid.markdown +++ b/source/_dashboards/grid.markdown @@ -3,6 +3,11 @@ type: card title: "Grid card" sidebar_label: Grid description: "The grid card allows you to show multiple cards in a grid." +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The grid card allows you to show multiple cards in a grid. It will first fill the columns, automatically adding new rows as needed. @@ -80,8 +85,3 @@ cards: entity: light.bed_light image: /local/bed_2.png ``` - -## Related topics - -- [Themes](/integrations/frontend/) -- [Dashboard cards](/dashboards/cards/) \ No newline at end of file diff --git a/source/_dashboards/history-graph.markdown b/source/_dashboards/history-graph.markdown index df079a0d80b..c40e43f8e8d 100644 --- a/source/_dashboards/history-graph.markdown +++ b/source/_dashboards/history-graph.markdown @@ -3,6 +3,11 @@ type: card title: "History graph card" sidebar_label: History graph description: "The history graph card allows you to display a graph for each of the entities listed." +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The history graph card allows you to display a graph for each of up to eight entities. @@ -107,8 +112,3 @@ entities: - entity: sensor.attic_temperature name: "Attic" ``` - -## Related topics - -- [Themes](/integrations/frontend/) -- [Dashboard cards](/dashboards/cards/) \ No newline at end of file diff --git a/source/_dashboards/horizontal-stack.markdown b/source/_dashboards/horizontal-stack.markdown index eddc32f69d2..16035d48ffc 100644 --- a/source/_dashboards/horizontal-stack.markdown +++ b/source/_dashboards/horizontal-stack.markdown @@ -3,6 +3,9 @@ type: card title: "Horizontal stack card" sidebar_label: Horizontal stack description: "The horizontal stack card allows you to stack together multiple cards, so they always sit next to each other in the space of one column." +related: +- docs: /dashboards/cards/ + title: Dashboard cards --- The horizontal stack card allows you to stack together multiple cards, so they always sit next to each other in the space of one column. @@ -46,7 +49,3 @@ cards: Two picture cards in a horizontal stack card 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/humidifier.markdown b/source/_dashboards/humidifier.markdown index 93b721febf9..1fa21c47197 100644 --- a/source/_dashboards/humidifier.markdown +++ b/source/_dashboards/humidifier.markdown @@ -3,6 +3,11 @@ type: card title: "Humidifier card" sidebar_label: Humidifier description: "The humidifier card gives control of your humidifier entity, allowing you to change the target humidity and mode of the entity." +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The humidifier card lets you control and monitor humidifiers, dehumidifiers, and hygrostat devices. @@ -57,7 +62,3 @@ entity: humidifier.bedroom name: Bedroom Humidifier ``` -## Related topics - -- [Card features](/dashboards/features) -- [Themes](/integrations/frontend/) diff --git a/source/_dashboards/logbook.markdown b/source/_dashboards/logbook.markdown index 2ae88343fac..fe0ecd390a2 100644 --- a/source/_dashboards/logbook.markdown +++ b/source/_dashboards/logbook.markdown @@ -3,6 +3,11 @@ type: card title: "Logbook card" sidebar_label: Logbook description: "The logbook card displays entries from the logbook for specific entities." +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The logbook card displays entries from the logbook for specific entities. @@ -65,8 +70,3 @@ 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/markdown.markdown b/source/_dashboards/markdown.markdown index bcac319e7c9..dfbbd49d692 100644 --- a/source/_dashboards/markdown.markdown +++ b/source/_dashboards/markdown.markdown @@ -3,6 +3,11 @@ type: card title: "Markdown card" sidebar_label: Markdown description: "The Markdown card is used to render Markdown" +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The Markdown card is used to render [Markdown](https://commonmark.org/help/). @@ -140,8 +145,3 @@ 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 0d4958f7e8a..28b6ebbba4a 100644 --- a/source/_dashboards/media-control.markdown +++ b/source/_dashboards/media-control.markdown @@ -3,6 +3,11 @@ type: card title: "Media control card" sidebar_label: Media control description: "The media control card is used to display media player entities on an interface with easy to use controls." +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The media control card is used to display [media player](/integrations/#media-player) entities on an interface with easy to use controls. @@ -46,8 +51,3 @@ 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/plant-status.markdown b/source/_dashboards/plant-status.markdown index 439f04260df..770d6f0dd5c 100644 --- a/source/_dashboards/plant-status.markdown +++ b/source/_dashboards/plant-status.markdown @@ -3,6 +3,11 @@ type: card title: "Plant status card" sidebar_label: Plant status description: "The plant status card is for all the lovely botanists out there." +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The plant status card is for all the lovely botanists out there. @@ -48,8 +53,3 @@ 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 c4196828d7e..e22abb22868 100644 --- a/source/_dashboards/sensor.markdown +++ b/source/_dashboards/sensor.markdown @@ -3,6 +3,11 @@ type: card title: "Sensor card" sidebar_label: Sensor description: "The sensor card gives you a quick overview of your sensors state with an optional graph to visualize change over time." +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The sensor card gives you a quick overview of your sensors state with an optional graph to visualize change over time. @@ -83,8 +88,3 @@ 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 e39895bae59..523fc04a4f5 100644 --- a/source/_dashboards/statistic.markdown +++ b/source/_dashboards/statistic.markdown @@ -3,6 +3,11 @@ type: card title: "Statistic card" sidebar_label: Statistic description: "The statistic card allows you to display a statistical value for an entity." +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The statistic card allows you to display a statistical value for an entity. @@ -172,8 +177,3 @@ period: seconds: -10 stat_type: change ``` - -## 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 940059e3a20..526800d0d36 100644 --- a/source/_dashboards/statistics-graph.markdown +++ b/source/_dashboards/statistics-graph.markdown @@ -3,6 +3,11 @@ type: card title: "Statistics graph card" sidebar_label: Statistics graph description: "The statistics graph card allows you to display a graph with statistics data for each of the entities listed." +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The statistics graph card allows you to display a graph of statistics data for each of the entities listed. @@ -96,8 +101,3 @@ 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/thermostat.markdown b/source/_dashboards/thermostat.markdown index 5ca865065d8..885545f9120 100644 --- a/source/_dashboards/thermostat.markdown +++ b/source/_dashboards/thermostat.markdown @@ -3,6 +3,11 @@ type: card title: "Thermostat card" sidebar_label: Thermostat description: "The thermostat card gives control of your climate entity, allowing you to change the temperature and mode of the entity." +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The thermostat card gives control of your [climate](/integrations/#climate) {% term entity %}, allowing you to change the temperature and mode of the {% term entity %}. @@ -55,8 +60,3 @@ features: type: thermostat entity: climate.nest ``` - -## Related topics - -- [Card features](/dashboards/features) -- [Themes](/integrations/frontend/) diff --git a/source/_dashboards/vertical-stack.markdown b/source/_dashboards/vertical-stack.markdown index 08768af6955..1d9ef13ff57 100644 --- a/source/_dashboards/vertical-stack.markdown +++ b/source/_dashboards/vertical-stack.markdown @@ -3,6 +3,9 @@ type: card title: "Vertical stack card" sidebar_label: Vertical stack description: "The vertical stack card allows you to group multiple cards so they always sit in the same column." +related: +- docs: /dashboards/cards/ + title: Dashboard cards --- The vertical stack card allows you to group multiple cards so they always sit in the same column. @@ -72,6 +75,3 @@ 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 55c8fadd530..f0423dfa1ce 100644 --- a/source/_dashboards/weather-forecast.markdown +++ b/source/_dashboards/weather-forecast.markdown @@ -3,6 +3,11 @@ type: card title: "Weather forecast card" sidebar_label: Weather forecast description: "The weather forecast card displays the weather. Very useful to include on interfaces that people display on the wall." +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The weather forecast card displays the weather. This card is particularly useful on wall-mounted displays. @@ -153,8 +158,3 @@ 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