Skip to content

Commit 0ef1e5a

Browse files
committed
Release 0.38.3
1 parent 699523f commit 0ef1e5a

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
@@ -132,9 +132,9 @@ social:
132132
# Home Assistant release details
133133
current_major_version: 0
134134
current_minor_version: 38
135-
current_patch_version: 2
136-
date_released: 2017-02-12
135+
current_patch_version: 3
136+
date_released: 2017-02-15
137137

138138
# Either # or the anchor link to latest release notes in the blog post.
139139
# Must be prefixed with a # and have double quotes around it.
140-
patch_version_notes: "#release-0382---february-12"
140+
patch_version_notes: "#release-0383---february-15"

source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown

+9
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,15 @@ Bugfixes: [@balloob], [@fabaff], [@pvizeli], [@mnoorenberghe] [@Danielhiversen],
116116
- Fix MQTT discovery ([@fabaff])
117117
- Fix Z-Wave thermostat units ([@turbokongen])
118118

119+
### {% linkable_title Release 0.38.3 - February 15 %}
120+
121+
- Sonos: fix losing favorite sources on disconnect ([@pvizeli])
122+
- Google Calendar: fix timeMin losing events ([@happyleavesaoc])
123+
- Fix Wink PubNub subscription ([@w1ll1am23])
124+
- Z-Wave: getter not to ignore label ([@andrey-git])
125+
- Moon: remove unit of measurement ([@fabaff])
126+
- MySensors: add version requirement to notify and device tracker ([@MartinHjelmare])
127+
119128
### {% linkable_title Breaking changes %}
120129
- 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.
121130
- Image processing events have been renamed: `identify_face` has become `image_processing.detect_face`, `found_plate` has become `image_processing.found_plate`

0 commit comments

Comments
 (0)