Skip to content

Commit ea98b93

Browse files
committed
Release version 0.34.3
1 parent be5295b commit ea98b93

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
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: 2
135-
date_released: 2016-12-05
134+
current_patch_version: 3
135+
date_released: 2016-12-06
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-0342---december-5"
139+
patch_version_notes: "#release-0343---december-6"

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ We are working on a better solution for 0.35.
105105
- Frontend will now always show persistent_notification and configurator entities even if not part of the active view ([@balloob])
106106
- Fixed media player cards taking up unnecessary space ([@balloob])
107107
108+
### {% linkable_title Release 0.34.3 - December 6 %}
109+
110+
- Fix Hook connections ([@dasos])
111+
- Fix random websocket connections ([@balloob])
112+
- Fix Google Home sometimes not finding our emulated_hue ([@jawilson])
113+
- Fix EnOcean config validation ([@rubund])
114+
108115
### {% linkable_title Breaking changes %}
109116
110117
- The [HomeMatic][homematic] component now uses a different syntax for hosts and the `set_value` service has been renamed.
@@ -120,6 +127,8 @@ We are working on a better solution for 0.35.
120127

121128
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.
122129

130+
[@jawilson]: https://github.com/jawilson
131+
[@rubund]: https://github.com/rubund
123132
[@aequitas]: https://github.com/aequitas
124133
[@albertoarias]: https://github.com/albertoarias
125134
[@bah2830]: https://github.com/bah2830

0 commit comments

Comments
 (0)