Dashboards: fix markdown in related meta data section (#32433)

This commit is contained in:
c0ffeeca7 2024-04-23 14:34:27 +02:00 committed by GitHub
parent aa445fbdd4
commit 2dde0f3669
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 76 additions and 76 deletions

View File

@ -2,22 +2,22 @@
title: "Actions" title: "Actions"
description: "Define what an object does when interacted with." description: "Define what an object does when interacted with."
related: related:
- docs: /dashboards/button/ - docs: /dashboards/button/
title: Button card title: Button card
- docs: /dashboards/entities/ - docs: /dashboards/entities/
title: Entities card title: Entities card
- docs: /dashboards/glance/ - docs: /dashboards/glance/
title: Glance card title: Glance card
- docs: /dashboards/light/ - docs: /dashboards/light/
title: Light card title: Light card
- docs: /dashboards/picture/ - docs: /dashboards/picture/
title: Picture card title: Picture card
- docs: /dashboards/picture-elements/ - docs: /dashboards/picture-elements/
title: Picture element card title: Picture element card
- docs: /dashboards/picture-entity/ - docs: /dashboards/picture-entity/
title: Picture entity card title: Picture entity card
- docs: /dashboards/picture-glance/ - docs: /dashboards/picture-glance/
title: Picture glance card title: Picture glance card
--- ---
Some cards have support for tap actions. These actions define what will happen when you tap or hold on an object within a card. Some cards have support for tap actions. These actions define what will happen when you tap or hold on an object within a card.

View File

@ -2,18 +2,18 @@
title: "Cards" title: "Cards"
description: "Introduction to the role of cards on the dashboard and how to add a card." description: "Introduction to the role of cards on the dashboard and how to add a card."
related: related:
- docs: /dashboards/actions/ - docs: /dashboards/actions/
title: Card tap actions title: Card tap actions
- docs: /dashboards/features/ - docs: /dashboards/features/
title: Card features title: Card features
- docs: /dashboards/header-footer/ - docs: /dashboards/header-footer/
title: Card header and footer widgets title: Card header and footer widgets
- docs: /dashboards/views/ - docs: /dashboards/views/
title: Views title: Views
- docs: /dashboards/ - docs: /dashboards/
title: Introduction to dashboards title: Introduction to dashboards
- docs: /dashboards/#get-started-with-your-own-dashboard/ - docs: /dashboards/#get-started-with-your-own-dashboard/
title: Take control of the default dashboard title: Take control of the default dashboard
--- ---
Each dashboard is made up of cards. Each dashboard is made up of cards.

View File

@ -2,16 +2,16 @@
title: "Multiple dashboards" title: "Multiple dashboards"
description: "Multiple powerful and configurable dashboards in Home Assistant." description: "Multiple powerful and configurable dashboards in Home Assistant."
related: related:
- docs: /integrations/logbook/ - docs: /integrations/logbook/
title: Logbook integration title: Logbook integration
- docs: /integrations/history/ - docs: /integrations/history/
title: History integration title: History integration
- docs: /integrations/todo/ - docs: /integrations/todo/
title: To-do list integration title: To-do list integration
- docs: /dashboards/views/ - docs: /dashboards/views/
title: Views title: Views
- docs: /dashboards/iframe/ - docs: /dashboards/iframe/
title: Webpage card title: Webpage card
--- ---
You can define multiple dashboards in Home Assistant. Each dashboard can be added to the sidebar. This makes it possible to create separate control dashboards for each individual part of your house. You can define multiple dashboards in Home Assistant. Each dashboard can be added to the sidebar. This makes it possible to create separate control dashboards for each individual part of your house.

View File

@ -2,12 +2,12 @@
title: "Features for dashboard cards" title: "Features for dashboard cards"
description: "Decorate your dashboard cards with quick controls." description: "Decorate your dashboard cards with quick controls."
related: related:
- docs: /dashboards/humidifier/ - docs: /dashboards/humidifier/
title: Humidifier card title: Humidifier card
- docs: /dashboards/thermostat/ - docs: /dashboards/thermostat/
title: Thermostat card title: Thermostat card
- docs: /dashboards/tile/ - docs: /dashboards/tile/
title: Tile card title: Tile card
--- ---
Some dashboard cards have support for features. These widgets add quick controls to the card. Supported features depend on the card and entity capabilities. Multiple features can be added to a single card. Some dashboard cards have support for features. These widgets add quick controls to the card. Supported features depend on the card and entity capabilities. Multiple features can be added to a single card.

View File

@ -2,14 +2,14 @@
title: "Headers & Footers for dashboard cards" title: "Headers & Footers for dashboard cards"
description: "Decorate your dashboard cards with header and footer widgets." description: "Decorate your dashboard cards with header and footer widgets."
related: related:
- docs: /integrations/entity/ - docs: /integrations/entity/
title: Entity title: Entity
- docs: /integrations/entities/ - docs: /integrations/entities/
title: Entities title: Entities
- docs: /integrations/statistics/ - docs: /integrations/statistics/
title: Statistics title: Statistics
- docs: /integrations/actions/ - docs: /integrations/actions/
title: Card actions title: Card actions
--- ---
Some dashboard cards have support for header and footer widgets. These widgets fill up the whole available space in a card. Some dashboard cards have support for header and footer widgets. These widgets fill up the whole available space in a card.

View File

@ -2,18 +2,18 @@
title: "Dashboards" title: "Dashboards"
description: "Powerful and configurable dashboards for Home Assistant." description: "Powerful and configurable dashboards for Home Assistant."
related: related:
- docs: /integrations/entity/ - docs: /integrations/entity/
title: Dashboard themes title: Dashboard themes
- docs: /dashboards/dashboards/#creating-a-new-dashboard - docs: /dashboards/dashboards/#creating-a-new-dashboard
title: Creating a new dashboard title: Creating a new dashboard
- docs: /dashboards/cards/ - docs: /dashboards/cards/
title: About cards title: About cards
- url: https://demo.home-assistant.io - url: https://demo.home-assistant.io
title: Interactive dashboard demo title: Interactive dashboard demo
- url: https://home-assistant-cards.bessarabov.com/ - url: https://home-assistant-cards.bessarabov.com/
title: Home Assistant cards title: Home Assistant cards
- url: https://github.com/custom-cards - url: https://github.com/custom-cards
title: Community custom cards title: Community custom cards
--- ---
Home Assistant dashboards allow you to display information about your smart home. Dashboards are customizable and provide a powerful way to manage your home from your mobile or desktop. Home Assistant dashboards allow you to display information about your smart home. Dashboards are customizable and provide a powerful way to manage your home from your mobile or desktop.

View File

@ -2,18 +2,18 @@
title: "Views" title: "Views"
description: "A view is a tab inside a dashboard." description: "A view is a tab inside a dashboard."
related: related:
- docs: /dashboards/masonry/ - docs: /dashboards/masonry/
title: Masonry view title: Masonry view
- docs: /dashboards/panel/ - docs: /dashboards/panel/
title: Panel view title: Panel view
- docs: /dashboards/sidebar/ - docs: /dashboards/sidebar/
title: Sidebar view title: Sidebar view
- docs: /dashboards/sections/ - docs: /dashboards/sections/
title: Sections view title: Sections view
- docs: /dashboards/ - docs: /dashboards/
title: About dashboards title: About dashboards
- docs: /dashboards/cards/#adding-cards-to-your-dashboard - docs: /dashboards/cards/#adding-cards-to-your-dashboard
title: Adding cards to a view title: Adding cards to a view
--- ---
A view is a tab inside a dashboard. For example, the screenshot below shows a separate view for lights on the Overview dashboard. A view is a tab inside a dashboard. For example, the screenshot below shows a separate view for lights on the Overview dashboard.