Publish hotfix 0.22.1

This commit is contained in:
Paulus Schoutsen 2016-06-19 21:17:07 -07:00
parent 152c6499b1
commit 08982e9387
2 changed files with 18 additions and 2 deletions

View File

@ -43,6 +43,22 @@ Another cool addition is the local file camera. This seems very basic at first b
- Sensor: [SNMP] is now supported ([@fabaff])
- Sensor: Support for Swiss hydrological data ([@fabaff])
### {% linkable_title Breaking change %}
- The new Netatmo support caused us to change how Netatmo are configured. It's now done via it's own component.
```yaml
netatmo:
api_key: API_KEY
secret_key: SECRET_KEY
username: username
password: password
```
### {% linkable_title Hotfix 0.22.1 - June 20 %}
- Insteon Hub lights will load again
[@acockburn]: https://github.com/acockburn/
[@arsaboo]: https://github.com/arsaboo/
[@dansullivan86]: https://github.com/dansullivan86/

View File

@ -15,8 +15,8 @@ hide_github_edit: true
<div class="grid">
<div class="grid__item one-third lap-one-third palm-one-whole">
<div class='current-version material-card text'>
<h1>Current: 0.22</h1>
Released: <span class='release-date'>June 18, 2016</span><br>
<h1>Current: 0.22.1</h1>
Released: <span class='release-date'>June 20, 2016</span><br>
<a href='/blog/2016/06/18/pandora-bt-home-hub-5-and-local-file-camera/'>Release notes</a>
</div>
</div>