YAML syntax highlighting

This commit is contained in:
Paulus Schoutsen 2015-10-05 21:30:37 -07:00
parent cb82716922
commit 6fbf16fda1
27 changed files with 33 additions and 31 deletions

View file

@ -16,7 +16,7 @@ The first is [hello_world.py](https://github.com/balloob/home-assistant/blob/mas
If you want to load these components in Home Assistant, add the following lines to your `configuration.yaml` file:
```
```yaml
hello_world:
example:
@ -79,7 +79,7 @@ The Home Assistant object contains three objects to help you interact with the s
### {% linkable_title Example on using the configuration parameter %}
If your configuration file contains the following lines:
```
```yaml
example:
host: paulusschoutsen.nl
```

View file

@ -23,7 +23,7 @@ Do not use development mode in production. Home Assistant uses aggressive cachin
# {% linkable_title Turning on development mode %}
Home Assistant will by default serve the compiled version of the frontend. To change it so that each component and JavaScript are served separately, update your `configuration.yaml` to have these lines:
```
```yaml
http:
development: 1
```