Merge branch 'next'

This commit is contained in:
Paulus Schoutsen 2016-02-27 14:58:08 -08:00
commit 16bf1e5838
47 changed files with 820 additions and 66 deletions

View file

@ -389,6 +389,14 @@ Returns the rendered template in plain text.
Paulus is at work!
```
Sample `curl` command:
```bash
$ curl -X POST -H "x-ha-access: YOUR_PASSWORD" \
-d '{"template": "It is {{ now }}!"}' \
http://localhost:8123/api/template
```
#### {% linkable_title POST /api/event_forwarding %}
Setup event forwarding to another Home Assistant instance.