From bbc6a4d12b0fe2a9c6f7bf0687942f2a8f9324d7 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:46:41 +0200 Subject: [PATCH] Dashboards: move related topics to meta data (#32405) --- source/_dashboards/entities.markdown | 13 +++++----- source/_dashboards/entity.markdown | 13 +++++----- source/_dashboards/glance.markdown | 13 +++++----- source/_dashboards/iframe.markdown | 10 ++++---- source/_dashboards/light.markdown | 13 +++++----- source/_dashboards/map.markdown | 13 +++++----- source/_dashboards/picture-elements.markdown | 13 +++++----- source/_dashboards/picture-entity.markdown | 12 ++++++---- source/_dashboards/picture-glance.markdown | 13 +++++----- source/_dashboards/picture.markdown | 13 +++++----- source/_dashboards/tile.markdown | 12 ++++++---- source/_dashboards/todo-list.markdown | 25 ++++++++++---------- 12 files changed, 88 insertions(+), 75 deletions(-) diff --git a/source/_dashboards/entities.markdown b/source/_dashboards/entities.markdown index 9710311a591..503a6149c3e 100644 --- a/source/_dashboards/entities.markdown +++ b/source/_dashboards/entities.markdown @@ -3,6 +3,13 @@ type: card title: "Entities card" sidebar_label: Entities description: "The entities card is the most common type of card. It groups items together into lists." +related: +- docs: /dashboards/actions/ + title: Card actions +- docs: /dashboards/header-footer/ + title: Card header and footer +- docs: /dashboards/cards/ + title: Dashboard cards --- The entities card is the most common type of card. It groups items together into lists. It can be used to display an entity's state or attribute, but also contain buttons, web links, etc. @@ -456,9 +463,3 @@ 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/) -- [Dashboard cards](/dashboards/cards/) \ No newline at end of file diff --git a/source/_dashboards/entity.markdown b/source/_dashboards/entity.markdown index 4fabc918093..6feb88344a4 100644 --- a/source/_dashboards/entity.markdown +++ b/source/_dashboards/entity.markdown @@ -3,6 +3,13 @@ type: card title: "Entity card" sidebar_label: Entity description: "The entity card gives you a quick overview of your entity's state" +related: +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/header-footer/ + title: Card header and footer +- docs: /dashboards/cards/ + title: Dashboard cards --- The entity card gives you a quick overview of your entity's state. @@ -78,9 +85,3 @@ footer: attribute: battery_level unit: "%" ``` - -## Related topics - -- [Card header and footer](/dashboards/header-footer/) -- [Themes](/integrations/frontend/) -- [Dashboard cards](/dashboards/cards/) \ No newline at end of file diff --git a/source/_dashboards/glance.markdown b/source/_dashboards/glance.markdown index 10c5b911e7c..fea5f6bc720 100644 --- a/source/_dashboards/glance.markdown +++ b/source/_dashboards/glance.markdown @@ -3,6 +3,13 @@ type: card title: "Glance card" sidebar_label: Glance description: "The glance card is useful to group multiple sensors in a compact overview." +related: +- docs: /dashboards/actions/ + title: Card actions +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The glance card is useful to group multiple sensors in a compact overview. Keep in mind that this can be used together with [entity-filter](/dashboards/entity-filter/) cards to create dynamic cards. @@ -157,9 +164,3 @@ entities: tap_action: action: toggle ``` - -## Related topics - -- [Card actions](/dashboards/actions/) -- [Themes](/integrations/frontend/) -- [Dashboard cards](/dashboards/cards/) \ No newline at end of file diff --git a/source/_dashboards/iframe.markdown b/source/_dashboards/iframe.markdown index 21bd62efc0e..0311f321922 100644 --- a/source/_dashboards/iframe.markdown +++ b/source/_dashboards/iframe.markdown @@ -3,6 +3,11 @@ type: card title: "Webpage card" sidebar_label: Webpage description: "The webpage card allows you to embed your favorite webpage right into Home Assistant." +related: +- docs: /dashboards/dashboards/#webpage-dashboard + title: Webpage dashboard +- docs: /dashboards/cards/ + title: Dashboard cards --- The webpage card allows you to embed your favorite webpage right into Home Assistant. You can also embed files stored in your `/www` folder and reference them using `/local/`. @@ -59,8 +64,3 @@ type: iframe url: https://www.home-assistant.io aspect_ratio: 75% ``` - -## Related topics - -- [Dashboard cards](/dashboards/cards/) -- [Webpage dashboard](/dashboards/dashboards/#webpage-dashboard) \ No newline at end of file diff --git a/source/_dashboards/light.markdown b/source/_dashboards/light.markdown index 7023f9def8d..1c7ae31bb38 100644 --- a/source/_dashboards/light.markdown +++ b/source/_dashboards/light.markdown @@ -3,6 +3,13 @@ type: card title: "Light card" sidebar_label: Light description: "The light card allows you to change the brightness of the light." +related: +- docs: /dashboards/actions/ + title: Card actions +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The light card allows you to change the brightness of the light. @@ -80,9 +87,3 @@ name: My Office Screenshot of the Light card Screenshot of the Light card names.

- -## Related topics - -- [Card actions](/dashboards/actions/) -- [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 3ee49dcb992..48a0d3aaaf4 100644 --- a/source/_dashboards/map.markdown +++ b/source/_dashboards/map.markdown @@ -3,6 +3,13 @@ type: card title: "Map card" sidebar_label: Map description: "The map card that allows you to display entities on a map" +related: +- docs: /dashboards/dashboards/#map-dashboard + title: Map dashboard +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The map card that allows you to display entities on a map. This card is used on the [Map dashboard](/dashboards/dashboards/#map-dashboard), which is one of the default dashboards. @@ -134,9 +141,3 @@ entities: focus: false hours_to_show: 48 ``` - -## Related topics - -- [Themes](/integrations/frontend/) -- [Dashboard cards](/dashboards/cards/) -- [Map dashboard](/dashboards/dashboards/#map-dashboard) \ No newline at end of file diff --git a/source/_dashboards/picture-elements.markdown b/source/_dashboards/picture-elements.markdown index aa6433d9f6d..65e6342d521 100644 --- a/source/_dashboards/picture-elements.markdown +++ b/source/_dashboards/picture-elements.markdown @@ -3,6 +3,13 @@ type: card title: "Picture elements card" sidebar_label: Picture elements description: "The picture elements card is one of the most versatile types of cards. The cards allow you to position icons or text and even services! On an image based on coordinates." +related: +- docs: /dashboards/actions/ + title: Card actions +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The picture elements card is one of the most versatile types of cards. @@ -573,9 +580,3 @@ elements: top: 47% left: 42% ``` - -## Related topics - -- [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 928fa7912f1..d4b1a59b8d0 100644 --- a/source/_dashboards/picture-entity.markdown +++ b/source/_dashboards/picture-entity.markdown @@ -3,6 +3,13 @@ type: card title: Picture entity card sidebar_label: Picture entity description: The picture entity card displays an entity in the form of an image. Instead of images from URL, it can also show the picture of camera entities. +related: +- docs: /dashboards/actions/ + title: Card actions +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The picture entity card displays an entity in the form of an image. Instead of images from URL, it can also show the picture of `camera` entities. @@ -139,8 +146,3 @@ tap_action: 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/) -- [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 de065a64941..a335eb911c5 100644 --- a/source/_dashboards/picture-glance.markdown +++ b/source/_dashboards/picture-glance.markdown @@ -3,6 +3,13 @@ type: card title: "Picture glance card" sidebar_label: Picture glance description: "The picture glance card shows an image and corresponding entity states as an icon. The entities on the right side allow toggle actions, others show the more information dialog." +related: +- docs: /dashboards/actions/ + title: Card actions +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The picture glance card shows an image and lets you place small icons of entity states on top of that card to control those entities from there. In the image below: the entities on the right allow toggle actions, the others show the more information dialog. @@ -267,9 +274,3 @@ state_image: "off": /local/living_room_off.png entity: group.living.room ``` - -## Related topics - -- [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 1ee6176e191..e451c5fe9bb 100644 --- a/source/_dashboards/picture.markdown +++ b/source/_dashboards/picture.markdown @@ -3,6 +3,13 @@ type: card title: "Picture card" sidebar_label: Picture description: "The picture card allows you to set an image to use for navigation to various paths in your interface or to call a service." +related: +- docs: /dashboards/actions/ + title: Card actions +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards --- The picture card allows you to set an image to use for navigation to various paths in your interface or to call a service. @@ -74,9 +81,3 @@ tap_action: data: entity_id: light.ceiling_lights ``` - -## Related topics - -- [Card actions](/dashboards/actions/) -- [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 713c9789887..026532b14e9 100644 --- a/source/_dashboards/tile.markdown +++ b/source/_dashboards/tile.markdown @@ -3,6 +3,13 @@ type: card title: "Tile card" sidebar_label: Tile description: "The tile card gives you a quick overview of your entity. The card allows you to toggle the entity, show the more-info dialog, or custom actions." +related: +- docs: /dashboards/actions/ + title: Card actions +- docs: /dashboards/features + title: Card features +- docs: /dashboards/cards/ + title: Dashboard cards --- The tile card gives you a quick overview of your {% term entity %}. The card allows you to toggle the {% term entity %} and show the more info dialog. A badge is shown for some {% term entities %} like the [climate](/integrations/climate) or [person](/integrations/person) {% term entities %}. @@ -130,8 +137,3 @@ features: You want to colorize the tile card? Choose one of the following colors: `primary`, `accent`, `disabled`, `red`, `pink`, `purple`, `deep-purple`, `indigo`, `blue`, `light-blue`, `cyan`, `teal`, `green`, `light-green`, `lime`, `yellow`, `amber`, `orange`, `deep-orange`, `brown`, `grey`, `blue-grey`, `black` and `white`. -## Related topics - -- [Card actions](/dashboards/actions/) -- [Card features](/dashboards/features) -- [Dashboard cards](/dashboards/cards/) diff --git a/source/_dashboards/todo-list.markdown b/source/_dashboards/todo-list.markdown index 51b358e1755..b08f63e57da 100644 --- a/source/_dashboards/todo-list.markdown +++ b/source/_dashboards/todo-list.markdown @@ -3,6 +3,19 @@ type: card title: "To-do list card" sidebar_label: To-do list description: "The to-do list card allows you to add, edit, check-off, and clear items from your to-do list." +related: +- docs: /dashboards/dashboards/ + title: Dashboards +- docs: /integrations/frontend/ + title: Themes +- docs: /dashboards/cards/ + title: Dashboard cards +- docs: /integrations/todo + title: To-do list integration documentation +- docs: /integrations/#to-do-list + title: List of to-do list integrations +- docs: /integrations/local_todo/ + title: Local to-do integration --- The to-do list card allows you to add, edit, check-off, and clear items from your to-do list. @@ -59,15 +72,3 @@ type: todo-list entity: todo-list title: todo list ``` - -## Related topics - -- [To-do list integration documentation](/integrations/todo) -- [List of to-do list integrations](/integrations/#to-do-list) -- [Local to-do integration](/integrations/local_todo/) - -### Dashboards, cards, and themes - -- [Dashboards](/dashboards/dashboards/) -- [Dashboard cards](/dashboards/cards/) -- [Themes](/integrations/frontend/) \ No newline at end of file