Remove faulty ref to glossary term. Add related topic (#32368)

This commit is contained in:
c0ffeeca7 2024-04-22 08:26:33 +02:00 committed by GitHub
parent 10d54bc0ac
commit 2c49264e35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ title: "check_config"
description: "Script to perform a check of the current configuration"
---
Test any changes to your `configuration.yaml` file before launching Home Assistant. This {% term script %} allows you to test changes without the need to restart Home Assistant.
Test any changes to your `configuration.yaml` file before launching Home Assistant. This script allows you to test changes without the need to restart Home Assistant.
```bash
hass --script check_config
@ -28,3 +28,7 @@ optional arguments:
-f, --files Show used configuration files
-s, --secrets Show secret information
```
## Related topics
- [Validating the configuration](/docs/configuration/#validating-the-configuration)