From 72ddc2b7c005a736d8d6dbd8e74f8923cb5a9597 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 10 May 2020 03:02:36 +0200 Subject: [PATCH] Remove ensure_config page (#13377) --- source/_docs/tools/ensure_config.markdown | 11 ----------- source/_includes/asides/docs_navigation.html | 1 - 2 files changed, 12 deletions(-) delete mode 100644 source/_docs/tools/ensure_config.markdown 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 %}