mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-01 07:46:49 +00:00

* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
1.0 KiB
1.0 KiB
title, description, date, date_formatted, author, categories
title | description | date | date_formatted | author | categories |
---|---|---|---|---|---|
Home Assistant moving to YAML | Configuration will now be more flexible | 2015-03-01 20:38:00 +0100 | March 1, 2015 | Theodor Lindquist | Release-Notes |
Home Assistant is now using YAML 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 is deprecated.