This commit is contained in:
Paulus Schoutsen 2016-08-14 21:27:41 -07:00
parent 29bc8e3bad
commit 46a2506278
2 changed files with 7 additions and 2 deletions

View File

@ -50,6 +50,10 @@ This release includes code contributed by 31 different people. The biggest chang
- Check for existence of system mode on Honeywell thermostats ([@mKeRix])
- Fix unknown unit of measurement for hvac and thermostat component ([@turbokongen])
### {% linkable_title Hotfix 0.26.2 - August 15 %}
- Fix Wemo: have PyWemo play nicely with the latest Requests ([@pavoni])
### {% linkable_title Breaking changes %}
- A new unit system has superseded the temperature unit option in the core configuration. For now it is backwards compatible, but you should update soon:
@ -61,6 +65,7 @@ homeassistant:
unit_system: metric
```
[@pavoni]: https://github.com/pavoni
[@mKeRix]: https://github.com/mKeRix
[@abcminiuser]: https://github.com/abcminiuser
[@balloob]: https://github.com/balloob

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 Version: 0.26.1</h1>
Released: <span class='release-date'>August 14, 2016</span>
<h1>Current Version: 0.26.2</h1>
Released: <span class='release-date'>August 15, 2016</span>
<div class='links'>
<a href='/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/'>Release notes</a>