diff --git a/source/_docs/tools/check_config.markdown b/source/_docs/tools/check_config.markdown index 24592293913..9b93898c16d 100644 --- a/source/_docs/tools/check_config.markdown +++ b/source/_docs/tools/check_config.markdown @@ -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) \ No newline at end of file