mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add some new entries (#3521)
This commit is contained in:
parent
0ea1dd7ecf
commit
664e1bf86e
13
source/_faq/configuration-file.markdown
Normal file
13
source/_faq/configuration-file.markdown
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Why are you using YAML for the configuration file?"
|
||||||
|
description: "Why are you using YAML for the configuration file?"
|
||||||
|
date: 2017-06-18 09:00
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
ha_category: Configuration
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
And not JSON or XML for the [configuration file](/docs/configuration/)? Because [YAML](/docs/configuration/yaml/) can be written by hand, you don't have to care about commas or tag and it's a superset of JSON.
|
14
source/_faq/documentation-tool.markdown
Normal file
14
source/_faq/documentation-tool.markdown
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Documentation tools"
|
||||||
|
description: "Tools for creating the documentation"
|
||||||
|
date: 2017-06-18 09:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
ha_category: Documentation
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
Why are you not using tools X for the documentation? Because the current solution works for us and we see no additional value in using a seperate publishing platform.
|
14
source/_faq/python.markdown
Normal file
14
source/_faq/python.markdown
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Python 2"
|
||||||
|
description: "Support for Python 2"
|
||||||
|
date: 2017-06-18 09:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
ha_category: Common
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
There will be no support for Python 2.x. Python 2 will be EOL in [2020](https://www.python.org/dev/peps/pep-0373/#id2) and it doesn't make any sense to support a release which was planned to be retired in 2015.
|
Loading…
x
Reference in New Issue
Block a user