mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-25 12:26:48 +00:00
19 lines
471 B
Markdown
19 lines
471 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
|
|
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
|
|
```
|
|
|