diff --git a/_config.yml b/_config.yml index 97193d6b3d4..d3f1a915f2e 100644 --- a/_config.yml +++ b/_config.yml @@ -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 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 e9df6660bc6..cefd9701054 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 @@ -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`.