Skip to content

Commit 0207fd4

Browse files
committed
Release 0.34.4
1 parent 0148045 commit 0207fd4

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

_config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ social:
131131
# Home Assistant release details
132132
current_major_version: 0
133133
current_minor_version: 34
134-
current_patch_version: 3
135-
date_released: 2016-12-06
134+
current_patch_version: 4
135+
date_released: 2016-12-07
136136

137137
# Either # or the anchor link to latest release notes in the blog post.
138138
# Must be prefixed with a # and have double quotes around it.
139-
patch_version_notes: "#release-0343---december-6"
139+
patch_version_notes: "#release-0344---december-7"

source/_posts/2016-12-03-remote-websockets-sonarr.markdown

+9
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ We are working on a better solution for 0.35.
112112
- Fix Google Home sometimes not finding our emulated_hue ([@jawilson])
113113
- Fix EnOcean config validation ([@rubund])
114114
115+
### {% linkable_title Release 0.34.4 - December 7 %}
116+
117+
- Fix InfluxDB without authentication ([@balloob])
118+
- Fix Kodi without authentication ([@balloob])
119+
- Fix incorrect caching of /api/error_log ([@armills])
120+
- Fix incorrect ordering of service calls which could cause delays inbetween turning on multiple entities ([@balloob])
121+
- Fix Nest Climate temperature issues ([@technicalpickles])
122+
115123
### {% linkable_title Breaking changes %}
116124
117125
- The [HomeMatic][homematic] component now uses a different syntax for hosts and the `set_value` service has been renamed.
@@ -127,6 +135,7 @@ We are working on a better solution for 0.35.
127135

128136
Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template.
129137

138+
[@armills]: https://github.com/armills
130139
[@jawilson]: https://github.com/jawilson
131140
[@rubund]: https://github.com/rubund
132141
[@aequitas]: https://github.com/aequitas

0 commit comments

Comments
 (0)