Release 0.34.2

This commit is contained in:
Paulus Schoutsen 2016-12-04 15:24:50 -08:00
parent 97b84dbfa1
commit 3133274b70
2 changed files with 10 additions and 3 deletions

View File

@ -131,9 +131,9 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 34
current_patch_version: 1
date_released: 2016-12-04
current_patch_version: 2
date_released: 2016-12-05
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
patch_version_notes: "#release-0341---december-4"
patch_version_notes: "#release-0342---december-5"

View File

@ -98,6 +98,13 @@ We are working on a better solution for 0.35.
- Revert TP-Link upgrade to fix issues ([@mweinelt])
- Fix CORS ([@balloob])
### {% linkable_title Release 0.34.2 - December 5 %}
- Fix Nest interpreting Celsius as Fahrenheit and converting it ([@balloob])
- Fix Nest sensor platforms throwing errors ([@technicalpickles])
- Frontend will now always show persistent_notification and configurator entities even if not part of the active view ([@balloob])
- Fixed media player cards taking up unnecessary space ([@balloob])
### {% linkable_title Breaking changes %}
- The [HomeMatic][homematic] component now uses a different syntax for hosts and the `set_value` service has been renamed.