Remove broken redirect from (#4901)

This commit is contained in:
Paulus Schoutsen 2018-03-11 15:04:50 -07:00 committed by GitHub
parent 4887c9c993
commit 13464e509e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 0 additions and 14 deletions

View file

@ -7,7 +7,6 @@ sidebar: true
comments: false
sharing: true
footer: true
redirect_from: /docs/tools/scripts/#benchmark
---
For testing the performance of Home Assistant the Benchmark script runs until you exit using Control+C.

View file

@ -7,7 +7,6 @@ sidebar: true
comments: false
sharing: true
footer: true
redirect_from: /docs/tools/scripts/#configuration-check
---
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.

View file

@ -7,7 +7,6 @@ sidebar: true
comments: false
sharing: true
footer: true
redirect_from: /docs/configuration/secrets/#storing-passwords-securely-in-aws
---
Using [Credstash](https://github.com/fugue/credstash) is an alternative way to `secrets.yaml`. They can be managed from the command line via the credstash script.

View file

@ -7,7 +7,6 @@ sidebar: true
comments: false
sharing: true
footer: true
redirect_from: /components/influxdb/#data-migration
---
<p class='note warning'>

View file

@ -7,7 +7,6 @@ sidebar: true
comments: false
sharing: true
footer: true
redirect_from: /docs/tools/scripts/#existence-of-configuration
---
This script checks if the `configuration.yaml` file exists. If the file is not available, one is created.

View file

@ -7,7 +7,6 @@ sidebar: true
comments: false
sharing: true
footer: true
redirect_from: /components/influxdb/#data-import-script
---
If you want to import all the recorded data from your recorder database you can use the data import script. It will read all your state_change events from the database and add them as data-points to the InfluxDB. You can specify the source database either by pointing the `--config` option to the config directory which includes the default SQLite database or by giving a sqlalchemy connection URI with `--uri`.

View file

@ -7,7 +7,6 @@ sidebar: true
comments: false
sharing: true
footer: true
redirect_from: /docs/configuration/secrets/#storing-passwords-in-a-keyring-managed-by-your-os
---
Using [Keyring](https://github.com/jaraco/keyring) is an alternative way to `secrets.yaml`. The secrets can be managed from the command line via the `keyring` script.