17 lines
415 B
Markdown
17 lines
415 B
Markdown
---
|
|
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
|
|
---
|
|
|
|
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
|
|
```
|
|
|