From 690f1155c7998032119b4cc753b4a26cc8c445aa Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 20 Nov 2016 12:15:03 -0800 Subject: [PATCH] Release 0.33.1 --- _config.yml | 2 +- .../2016-11-20-calendar--wink-thermostats--cisco-ios.markdown | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index ba073fff5d0..f0e465e4557 100644 --- a/_config.yml +++ b/_config.yml @@ -130,5 +130,5 @@ social: current_major_version: 0 current_minor_version: 33 -current_patch_version: 0 +current_patch_version: 1 date_released: 2016-11-20 diff --git a/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown b/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown index 6768239bfba..c2c4905fcb5 100644 --- a/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown +++ b/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown @@ -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]) - 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 %} - 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`.