mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Publish hotfix 0.22.1
This commit is contained in:
parent
152c6499b1
commit
08982e9387
@ -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: [SNMP] is now supported ([@fabaff])
|
||||||
- Sensor: Support for Swiss hydrological data ([@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/
|
[@acockburn]: https://github.com/acockburn/
|
||||||
[@arsaboo]: https://github.com/arsaboo/
|
[@arsaboo]: https://github.com/arsaboo/
|
||||||
[@dansullivan86]: https://github.com/dansullivan86/
|
[@dansullivan86]: https://github.com/dansullivan86/
|
||||||
|
@ -15,8 +15,8 @@ hide_github_edit: true
|
|||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="grid__item one-third lap-one-third palm-one-whole">
|
<div class="grid__item one-third lap-one-third palm-one-whole">
|
||||||
<div class='current-version material-card text'>
|
<div class='current-version material-card text'>
|
||||||
<h1>Current: 0.22</h1>
|
<h1>Current: 0.22.1</h1>
|
||||||
Released: <span class='release-date'>June 18, 2016</span><br>
|
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>
|
<a href='/blog/2016/06/18/pandora-bt-home-hub-5-and-local-file-camera/'>Release notes</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user