Merge remote-tracking branch 'origin/current' into next

This commit is contained in:
Paulus Schoutsen 2016-11-04 23:24:11 -07:00
commit c1148f8ec4
89 changed files with 1460 additions and 186 deletions

View file

@ -38,6 +38,7 @@ During development on a specific file, speed up your workflow by running tests a
```bash
$ flake8 homeassistant/core.py
$ pylint homeassistant/core.py
$ pydocstyle homeassistant/core.py
$ py.test tests/test_core.py
```