diff --git a/_config.yml b/_config.yml index 963cefc4798..f7727a097ab 100644 --- a/_config.yml +++ b/_config.yml @@ -132,9 +132,9 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 38 -current_patch_version: 2 -date_released: 2017-02-12 +current_patch_version: 3 +date_released: 2017-02-15 # 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-0382---february-12" +patch_version_notes: "#release-0383---february-15" diff --git a/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown b/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown index 4d3ad5d58e2..32d16dc972e 100644 --- a/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown +++ b/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown @@ -116,6 +116,15 @@ Bugfixes: [@balloob], [@fabaff], [@pvizeli], [@mnoorenberghe] [@Danielhiversen], - Fix MQTT discovery ([@fabaff]) - Fix Z-Wave thermostat units ([@turbokongen]) +### {% linkable_title Release 0.38.3 - February 15 %} + +- Sonos: fix losing favorite sources on disconnect ([@pvizeli]) +- Google Calendar: fix timeMin losing events ([@happyleavesaoc]) +- Fix Wink PubNub subscription ([@w1ll1am23]) +- Z-Wave: getter not to ignore label ([@andrey-git]) +- Moon: remove unit of measurement ([@fabaff]) +- MySensors: add version requirement to notify and device tracker ([@MartinHjelmare]) + ### {% linkable_title Breaking changes %} - The support for [LG webOS Smart TVs][webostv] was improved. This requires you to move `$HOME/.pylgtv` to `$HASS_CONFIG_DIR/webostv.conf` or Home Assistant will need to be paired with the TV again. - Image processing events have been renamed: `identify_face` has become `image_processing.detect_face`, `found_plate` has become `image_processing.found_plate`