Merge pull request #1 from theolind/master

Short blog post about YAML configuration
This commit is contained in:
Paulus Schoutsen 2015-03-01 11:44:32 -08:00
commit a66b5267b1

View File

@ -0,0 +1,18 @@
---
layout: post
title: "Home Assistant moving to YAML"
description: "Configuration will now be more flexible"
date: 2015-02-28 20:38:00 +0100
date_formatted: February 28, 2015
author: "Theodor Lindquist"
comments: true
---
Home Assistant is now using [YAML](http://yaml.org/) for it's configuration file.
YAML allows the use of lists, which should make the configuration file a bit more flexible and useful. The new configuration file format is backwards compatible with existing components. Because of this, there is no need for component developers to update their components.
The new file is named configuration.yaml and if it can't be found in your config directory, Home Assistant will instead try to find the old configuration file, home-assistant.conf.
The home-assistant.conf.example has been replaced with an updated configuration.yaml.example.
Users of Home Assistant should migrate as the old configuration format will be depicted.