mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Docs: fix markdown in related meta data section (#32431)
* Docs: fix markdown in related meta data section * Fix markdown * Update source/_docs/organizing/categories.markdown Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com> --------- Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
parent
2dde0f3669
commit
980996f0f5
@ -2,7 +2,7 @@
|
||||
title: "Automation Trigger"
|
||||
description: "All the different ways how automations can be triggered."
|
||||
related:
|
||||
- docs: /voice_control/custom_sentences/#adding-a-custom-sentence-to-trigger-an-automation
|
||||
- docs: /voice_control/custom_sentences/#adding-a-custom-sentence-to-trigger-an-automation
|
||||
title: Adding a custom sentence to trigger an automation
|
||||
---
|
||||
|
||||
|
@ -2,13 +2,13 @@
|
||||
title: "Configuration.yaml"
|
||||
description: "Configuring Home Assistant via text files."
|
||||
related:
|
||||
- docs: /docs/configuration/yaml/
|
||||
- docs: /docs/configuration/yaml/
|
||||
title: YAML syntax
|
||||
- docs: /docs/configuration/secrets
|
||||
- docs: /docs/configuration/secrets
|
||||
title: Storing credentials in `secrets.yaml` file
|
||||
- docs: /common-tasks/os/#backups
|
||||
- docs: /common-tasks/os/#backups
|
||||
title: Creating and restoring backups
|
||||
- docs: /integrations/backup
|
||||
- docs: /integrations/backup
|
||||
title: Creating backups for Home Assistant Container and Core
|
||||
---
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "Storing secrets"
|
||||
description: "Storing secrets outside of your configuration.yaml."
|
||||
related:
|
||||
- docs: /docs/configuration/
|
||||
- docs: /docs/configuration/
|
||||
title: `configuration.yaml` file
|
||||
- docs: /docs/configuration/splitting_configuration/
|
||||
- docs: /docs/configuration/splitting_configuration/
|
||||
title: Splitting the configuration
|
||||
---
|
||||
|
||||
|
@ -2,11 +2,11 @@
|
||||
title: "Splitting up the configuration"
|
||||
description: "Splitting the configuration.yaml into several files."
|
||||
related:
|
||||
- docs: /docs/configuration/
|
||||
- docs: /docs/configuration/
|
||||
title: `configuration.yaml` file
|
||||
- docs: /examples/#example-configurationyaml
|
||||
- docs: /examples/#example-configurationyaml
|
||||
title: Example configuration files by the community
|
||||
- docs: /docs/configuration/packages
|
||||
- docs: /docs/configuration/packages
|
||||
title: Using packages to organize configuration files
|
||||
---
|
||||
|
||||
|
@ -2,17 +2,17 @@
|
||||
title: "YAML syntax"
|
||||
description: "Details about the YAML syntax used to configure Home Assistant."
|
||||
related:
|
||||
- docs: /docs/configuration/
|
||||
- docs: /docs/configuration/
|
||||
title: `configuration.yaml` file
|
||||
- docs: /docs/configuration/secrets/
|
||||
- docs: /docs/configuration/secrets/
|
||||
title: Storing private data in separate file
|
||||
- docs: /docs/automation/yaml/
|
||||
- docs: /docs/automation/yaml/
|
||||
title: Automation.yaml
|
||||
- docs: /docs/configuration/troubleshooting/
|
||||
- docs: /docs/configuration/troubleshooting/
|
||||
title: Troubleshooting the configuration files
|
||||
- docs: /docs/configuration/#validating-the-configuration
|
||||
- docs: /docs/configuration/#validating-the-configuration
|
||||
title: Validating the configuration
|
||||
- url: https://developers.home-assistant.io/docs/documenting/yaml-style-guide/
|
||||
- url: https://developers.home-assistant.io/docs/documenting/yaml-style-guide/
|
||||
title: YAML Style Guide for Home Assistant developers
|
||||
---
|
||||
|
||||
|
@ -2,11 +2,11 @@
|
||||
title: "I'm locked out!"
|
||||
description: "Options for regaining access"
|
||||
related:
|
||||
- docs: /common-tasks/os/#listing-all-users-from-the-command-line
|
||||
- docs: /common-tasks/os/#listing-all-users-from-the-command-line
|
||||
title: Listing all user names via command line
|
||||
- url: https://yellow.home-assistant.io/guides/factory-reset/
|
||||
- url: https://yellow.home-assistant.io/guides/factory-reset/
|
||||
title: Reset the Yellow
|
||||
- url: https://green.home-assistant.io/guides/reset/
|
||||
- url: https://green.home-assistant.io/guides/reset/
|
||||
title: Reset the Green
|
||||
---
|
||||
|
||||
|
@ -2,13 +2,13 @@
|
||||
title: "Grouping your assets"
|
||||
description: "Grouping your assets makes it easier to find them and allows you to target groups in automations."
|
||||
related:
|
||||
- docs: /docs/organizing/areas/
|
||||
- docs: /docs/organizing/areas/
|
||||
title: Areas
|
||||
- docs: /docs/organizing/floors/
|
||||
- docs: /docs/organizing/floors/
|
||||
title: Floors
|
||||
- docs: /docs/organizing/labels/
|
||||
- docs: /docs/organizing/labels/
|
||||
title: Labels
|
||||
- docs: /docs/organizing/categories/
|
||||
- docs: /docs/organizing/categories/
|
||||
title: Categories
|
||||
---
|
||||
|
||||
|
@ -2,14 +2,14 @@
|
||||
title: "Areas"
|
||||
description: "Group your devices and entities in areas and group areas in floors."
|
||||
related:
|
||||
- docs: /docs/organizing/areas/
|
||||
- docs: /docs/organizing/areas/
|
||||
title: Areas
|
||||
- docs: /docs/organizing/
|
||||
- docs: /docs/organizing/labels/
|
||||
- docs: /docs/organizing/
|
||||
- docs: /docs/organizing/labels/
|
||||
title: Labels
|
||||
- docs: /docs/organizing/categories/
|
||||
- docs: /docs/organizing/categories/
|
||||
title: Categories
|
||||
- docs: /docs/configuration/templating/#areas
|
||||
- docs: /docs/configuration/templating/#areas
|
||||
title: Using areas in template
|
||||
---
|
||||
|
||||
|
@ -2,11 +2,11 @@
|
||||
title: "Categories"
|
||||
description: "Use categories to group and filter your table items"
|
||||
related:
|
||||
- docs: /docs/organizing/areas/
|
||||
- docs: /docs/organizing/areas/
|
||||
title: Areas
|
||||
- docs: /docs/organizing/floors/
|
||||
- docs: /docs/organizing/floors/
|
||||
title: Floors
|
||||
- docs: /docs/organizing/labels/
|
||||
- docs: /docs/organizing/labels/
|
||||
title: Labels
|
||||
---
|
||||
|
||||
|
@ -2,17 +2,17 @@
|
||||
title: "Filtering your assets"
|
||||
description: "Filter for items in tables."
|
||||
related:
|
||||
- docs: /docs/organizing/floors/
|
||||
- docs: /docs/organizing/floors/
|
||||
title: Floors
|
||||
- docs: /docs/organizing/labels/
|
||||
- docs: /docs/organizing/labels/
|
||||
title: Labels
|
||||
- docs: /docs/organizing/areas/
|
||||
- docs: /docs/organizing/areas/
|
||||
title: Areas
|
||||
- docs: /docs/organizing/categories/
|
||||
- docs: /docs/organizing/categories/
|
||||
title: Categories
|
||||
- docs: /docs/organizing/
|
||||
- docs: /docs/organizing/
|
||||
title: Grouping your assets
|
||||
- docs: /common-tasks/general/
|
||||
- docs: /common-tasks/general/
|
||||
title: Enabling or disabling entities and automations
|
||||
---
|
||||
|
||||
|
@ -2,14 +2,14 @@
|
||||
title: "Floors"
|
||||
description: "Group your areas per floor"
|
||||
related:
|
||||
- docs: /docs/organizing/areas/
|
||||
- docs: /docs/organizing/areas/
|
||||
title: Areas
|
||||
- docs: /docs/organizing/
|
||||
- docs: /docs/organizing/labels/
|
||||
- docs: /docs/organizing/
|
||||
- docs: /docs/organizing/labels/
|
||||
title: Labels
|
||||
- docs: /docs/configuration/templating/#floors
|
||||
- docs: /docs/configuration/templating/#floors
|
||||
title: Using floors in templates
|
||||
- docs: /voice_control/aliases/
|
||||
- docs: /voice_control/aliases/
|
||||
title: Using floor alias for voice assistants
|
||||
---
|
||||
|
||||
|
@ -2,13 +2,13 @@
|
||||
title: "Labels"
|
||||
description: "Label your areas, devices, entities, automations, scripts, and helpers. Then, filter by label or run an automation on all entities with that label."
|
||||
related:
|
||||
- docs: /docs/organizing/areas/
|
||||
- docs: /docs/organizing/areas/
|
||||
title: Areas
|
||||
- docs: /docs/organizing/floors/
|
||||
- docs: /docs/organizing/floors/
|
||||
title: Floors
|
||||
- docs: /docs/organizing/categories/
|
||||
- docs: /docs/organizing/categories/
|
||||
title: Categories
|
||||
- docs: /docs/configuration/templating/#labels
|
||||
- docs: /docs/configuration/templating/#labels
|
||||
title: Using labels in templates
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "check_config"
|
||||
description: "Script to perform a check of the current configuration"
|
||||
related:
|
||||
- docs: /docs/configuration/#validating-the-configuration
|
||||
- docs: /docs/configuration/#validating-the-configuration
|
||||
title: Validating the configuration
|
||||
---
|
||||
|
||||
|
@ -2,11 +2,11 @@
|
||||
title: "General troubleshooting"
|
||||
description: "General troubleshooting information"
|
||||
related:
|
||||
- docs: /docs/configuration/#editing-configurationyaml
|
||||
- docs: /docs/configuration/#editing-configurationyaml
|
||||
title: Editing your configuration
|
||||
- docs: /integrations/recovery_mode/
|
||||
- docs: /integrations/recovery_mode/
|
||||
title: Recovery mode integration
|
||||
- docs: /docs/locked_out/
|
||||
- docs: /docs/locked_out/
|
||||
title: Resetting your password
|
||||
---
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user