mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add link to configuration in YAML blogpost
This commit is contained in:
parent
a66b5267b1
commit
c898f3a334
@ -2,8 +2,8 @@
|
|||||||
layout: post
|
layout: post
|
||||||
title: "Home Assistant moving to YAML"
|
title: "Home Assistant moving to YAML"
|
||||||
description: "Configuration will now be more flexible"
|
description: "Configuration will now be more flexible"
|
||||||
date: 2015-02-28 20:38:00 +0100
|
date: 2015-03-01 20:38:00 +0100
|
||||||
date_formatted: February 28, 2015
|
date_formatted: March 1, 2015
|
||||||
author: "Theodor Lindquist"
|
author: "Theodor Lindquist"
|
||||||
comments: true
|
comments: true
|
||||||
---
|
---
|
||||||
@ -13,6 +13,6 @@ YAML allows the use of lists, which should make the configuration file a bit mor
|
|||||||
|
|
||||||
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 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.
|
The home-assistant.conf.example has been replaced with an updated [configuration.yaml.example](https://github.com/balloob/home-assistant/blob/dev/config/configuration.yaml.example).
|
||||||
|
|
||||||
Users of Home Assistant should migrate as the old configuration format will be depicted.
|
Users of Home Assistant should migrate as the old configuration format is deprecated.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user