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"
description: "Define what an object does when interacted with."
related:
- docs: /dashboards/button/
title: Button card
- docs: /dashboards/entities/
title: Entities card
- docs: /dashboards/glance/
title: Glance card
- docs: /dashboards/light/
title: Light card
- docs: /dashboards/picture/
title: Picture card
- docs: /dashboards/picture-elements/
title: Picture element card
- docs: /dashboards/picture-entity/
title: Picture entity card
- docs: /dashboards/picture-glance/
title: Picture glance card
- docs: /dashboards/button/
title: Button card
- docs: /dashboards/entities/
title: Entities card
- docs: /dashboards/glance/
title: Glance card
- docs: /dashboards/light/
title: Light card
- docs: /dashboards/picture/
title: Picture card
- docs: /dashboards/picture-elements/
title: Picture element card
- docs: /dashboards/picture-entity/
title: Picture entity card
- docs: /dashboards/picture-glance/
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.

View File

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

View File

@ -2,16 +2,16 @@
title: "Multiple dashboards"
description: "Multiple powerful and configurable dashboards in Home Assistant."
related:
- docs: /integrations/logbook/
title: Logbook integration
- docs: /integrations/history/
title: History integration
- docs: /integrations/todo/
title: To-do list integration
- docs: /dashboards/views/
title: Views
- docs: /dashboards/iframe/
title: Webpage card
- docs: /integrations/logbook/
title: Logbook integration
- docs: /integrations/history/
title: History integration
- docs: /integrations/todo/
title: To-do list integration
- docs: /dashboards/views/
title: Views
- docs: /dashboards/iframe/
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.

View File

@ -2,12 +2,12 @@
title: "Features for dashboard cards"
description: "Decorate your dashboard cards with quick controls."
related:
- docs: /dashboards/humidifier/
title: Humidifier card
- docs: /dashboards/thermostat/
title: Thermostat card
- docs: /dashboards/tile/
title: Tile card
- docs: /dashboards/humidifier/
title: Humidifier card
- docs: /dashboards/thermostat/
title: Thermostat card
- docs: /dashboards/tile/
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.

View File

@ -2,14 +2,14 @@
title: "Headers & Footers for dashboard cards"
description: "Decorate your dashboard cards with header and footer widgets."
related:
- docs: /integrations/entity/
title: Entity
- docs: /integrations/entities/
title: Entities
- docs: /integrations/statistics/
title: Statistics
- docs: /integrations/actions/
title: Card actions
- docs: /integrations/entity/
title: Entity
- docs: /integrations/entities/
title: Entities
- docs: /integrations/statistics/
title: Statistics
- docs: /integrations/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.

View File

@ -2,18 +2,18 @@
title: "Dashboards"
description: "Powerful and configurable dashboards for Home Assistant."
related:
- docs: /integrations/entity/
title: Dashboard themes
- docs: /dashboards/dashboards/#creating-a-new-dashboard
title: Creating a new dashboard
- docs: /dashboards/cards/
title: About cards
- url: https://demo.home-assistant.io
title: Interactive dashboard demo
- url: https://home-assistant-cards.bessarabov.com/
title: Home Assistant cards
- url: https://github.com/custom-cards
title: Community custom cards
- docs: /integrations/entity/
title: Dashboard themes
- docs: /dashboards/dashboards/#creating-a-new-dashboard
title: Creating a new dashboard
- docs: /dashboards/cards/
title: About cards
- url: https://demo.home-assistant.io
title: Interactive dashboard demo
- url: https://home-assistant-cards.bessarabov.com/
title: Home Assistant cards
- url: https://github.com/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.

View File

@ -2,18 +2,18 @@
title: "Views"
description: "A view is a tab inside a dashboard."
related:
- docs: /dashboards/masonry/
title: Masonry view
- docs: /dashboards/panel/
title: Panel view
- docs: /dashboards/sidebar/
title: Sidebar view
- docs: /dashboards/sections/
title: Sections view
- docs: /dashboards/
title: About dashboards
- docs: /dashboards/cards/#adding-cards-to-your-dashboard
title: Adding cards to a view
- docs: /dashboards/masonry/
title: Masonry view
- docs: /dashboards/panel/
title: Panel view
- docs: /dashboards/sidebar/
title: Sidebar view
- docs: /dashboards/sections/
title: Sections view
- docs: /dashboards/
title: About dashboards
- docs: /dashboards/cards/#adding-cards-to-your-dashboard
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.