Release v0.33.3

This commit is contained in:
Paulus Schoutsen 2016-11-22 20:37:11 -08:00
parent 04aa47785a
commit 8f3036e30c
2 changed files with 8 additions and 2 deletions

View File

@ -130,5 +130,5 @@ social:
current_major_version: 0
current_minor_version: 33
current_patch_version: 2
date_released: 2016-11-22
current_patch_version: 3
date_released: 2016-11-23

View File

@ -52,6 +52,12 @@ But a new release wouldn't be awesome if it didn't had some new goodies and this
- Neato fixes ([@turbokongen])
- Fix 'Unknown' status for Nest Protect devices ([@Khabi])
### {% linkable_title Release 0.33.3 - November 23 %}
- Update Yr.no entities every hour ([@kellerza])
- Bump Netdisco to 0.7.7 (fixes discovery on Synology)
- Fix discovery race condition (most obvious in Wemo) ([@balloob])
### {% linkable_title Breaking changes %}
- We have included a fix that impacts how we generate entity ids. This only impacts devices with accented characters. Instead of being stripped out, they are now replaced with the non-accented version. So now `Tèst Mörê` will become `test_more` instead of `tst_mr`.