Release 0.33.1

This commit is contained in:
Paulus Schoutsen 2016-11-20 12:15:03 -08:00
parent b23f881e33
commit 690f1155c7
2 changed files with 5 additions and 1 deletions

View File

@ -130,5 +130,5 @@ social:
current_major_version: 0 current_major_version: 0
current_minor_version: 33 current_minor_version: 33
current_patch_version: 0 current_patch_version: 1
date_released: 2016-11-20 date_released: 2016-11-20

View File

@ -39,6 +39,10 @@ But a new release wouldn't be awesome if it didn't had some new goodies and this
- Alarm Control Panel - [Envisalink]: Add new keypress service ([@jnimmo]) - Alarm Control Panel - [Envisalink]: Add new keypress service ([@jnimmo])
- Light - [Hue]: Add service to activate scenes defined in Hue app ([@sdague]) - Light - [Hue]: Add service to activate scenes defined in Hue app ([@sdague])
### {% linkable_title Release 0.33.1 - November 20 %}
- Fix Z-Wave lights ([@turbokongen])
### {% linkable_title Breaking changes %} ### {% 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`. - 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`.