mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Dashboards: move related topics to meta data (#32405)
This commit is contained in:
parent
90ef1a3335
commit
bbc6a4d12b
@ -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/)
|
@ -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/)
|
@ -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/)
|
@ -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 `<config-directory>/www` folder and reference them using `/local/<file>`.
|
||||
@ -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)
|
@ -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
|
||||
<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/)
|
||||
- [Themes](/integrations/frontend/)
|
||||
- [Dashboard cards](/dashboards/cards/)
|
@ -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)
|
@ -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/)
|
@ -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/)
|
@ -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/)
|
@ -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/)
|
@ -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/)
|
||||
|
@ -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/)
|
Loading…
x
Reference in New Issue
Block a user