Release 0.38.3

This commit is contained in:
Paulus Schoutsen 2017-02-14 21:43:38 -08:00
parent 699523f56a
commit 0ef1e5a5d2
2 changed files with 12 additions and 3 deletions

View File

@ -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"

View File

@ -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`