diff --git a/source/_docs/tools/ensure_config.markdown b/source/_docs/tools/ensure_config.markdown deleted file mode 100644 index 78b7dd6def4..00000000000 --- a/source/_docs/tools/ensure_config.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "ensure_config" -description: "Script to perform a check if the configuration file exists" ---- - -This script checks if the `configuration.yaml` file exists. If the file is not available, one is created. - -```bash -$ hass --script ensure_config -``` - diff --git a/source/_includes/asides/docs_navigation.html b/source/_includes/asides/docs_navigation.html index 15d2a4e364c..508b1f7e977 100644 --- a/source/_includes/asides/docs_navigation.html +++ b/source/_includes/asides/docs_navigation.html @@ -135,7 +135,6 @@
  • {% active_link /docs/tools/benchmark/ benchmark %}
  • {% active_link /docs/tools/check_config/ check_config %}
  • {% active_link /docs/tools/credstash/ credstash %}
  • -
  • {% active_link /docs/tools/ensure_config/ ensure_config %}
  • {% active_link /docs/tools/keyring/ keyring %}