mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Improve explanation of configuration validation (#14000)
This commit is contained in:
parent
ef9643ddaf
commit
83a4fd6c1b
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user