Move all scripts to one location as one page per script (#4554)

This commit is contained in:
Fabian Affolter 2018-01-31 09:43:05 +01:00 committed by GitHub
parent 556a0b08b4
commit 5b6c51c154
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 282 additions and 209 deletions

View file

@ -0,0 +1,18 @@
---
layout: page
title: "check_config"
description: "Script to perform a check of the current configuration"
release_date: 2017-02-23 11:00:00
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.
```bash
$ hass --script check_config
```