Improve explanation of configuration validation (#14000)

This commit is contained in:
Erik Montnemery 2022-10-05 12:12:28 +02:00 committed by GitHub
parent ef9643ddaf
commit 83a4fd6c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4594,10 +4594,10 @@
"title": "YAML",
"section": {
"validation": {
"heading": "Configuration validation",
"introduction": "Validate your configuration if you recently made some changes to it and want to make sure that it is all valid.",
"heading": "Check and Restart",
"introduction": "A basic validation of the configuration is automatically done before restarting. The basic validation ensures the YAML configuration doesn't have errors which will prevent Home Assistant or any integration from starting. It's also possible to only do the basic validation check without restarting.",
"check_config": "Check configuration",
"valid": "Configuration valid!",
"valid": "Configuration will not prevent Home Assistant from starting!",
"invalid": "Configuration invalid!"
},
"reloading": {