From 24a9b2888ea3ad08e512eea1795ca85065c9667e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 24 Apr 2017 20:59:06 -0700 Subject: [PATCH] Release 0.43.1 --- _config.yml | 7 ++-- .../2017-04-22-ikea-tradfri--spotify.markdown | 35 ++++++++++++++++++- 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 689ec71abfc..6fd1e231ac2 100644 --- a/_config.yml +++ b/_config.yml @@ -139,9 +139,10 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 43 -current_patch_version: 0 -date_released: 2017-04-22 +current_patch_version: 1 +date_released: 2017-04-25 # 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: "" +# Example #release-0431---april-25 +patch_version_notes: "#release-0431---april-25" diff --git a/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown b/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown index c9222077e38..567d9da6e9f 100644 --- a/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown +++ b/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown @@ -48,6 +48,7 @@ Also note that you have till the end of the weekend to [submit an application][a - Ping binary sensor ([@fabaff] - [#7052]) ([binary_sensor.ping docs]) (new-platform) - myStrom Wifi Bulbs ([@fabaff] - [#7161]) ([light.mystrom docs]) (new-platform) + ## {% linkable_title Breaking changes %} - Remove deprecated classes from `homeassistant.remote` ([@balloob] - [#7011]) @@ -82,7 +83,21 @@ sensor: directions: '1' ``` - +## If you need help... +...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks. + +## Reporting Issues +Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template. + +## {% linkable_title Release 0.43.1 - April 25 %} + +- Zwave cover workaround for graber shades. ([@turbokongen] - [#7204]) ([cover.zwave docs]) ([zwave.workaround docs]) +- Upgrade paho-mqtt to 1.2.3 ([@fabaff] - [#7214]) +- Workround for wemo subscription bug. ([@pavoni] - [#7245]) ([wemo docs]) ([switch.wemo docs]) +- Fix telegram webhooks ([@MartinHjelmare] - [#7236]) ([telegram_bot docs]) ([telegram_bot.webhooks docs]) +- Work around bad content-type in Hook api response ([@KlaasH] - [#7267]) ([switch.hook docs]) +- Recorder: Check for ENTITY_ID key that contains None value ([@balloob] - [#7287]) ([recorder docs]) + ## {% linkable_title All changes %} - Update kodi for aiohttp2 ([@armills] - [#6967]) ([media_player.kodi docs]) ([notify.kodi docs]) @@ -460,3 +475,21 @@ sensor: [wemo docs]: /components/wemo/ [zwave docs]: /components/zwave/ [zwave.node_entity docs]: /components/zwave.node_entity/ +[forum]: https://community.home-assistant.io/ +[gitter]: https://gitter.im/home-assistant/home-assistant +[issue]: https://github.com/home-assistant/home-assistant/issues +[#7204]: https://github.com/home-assistant/home-assistant/pull/7204 +[#7214]: https://github.com/home-assistant/home-assistant/pull/7214 +[#7236]: https://github.com/home-assistant/home-assistant/pull/7236 +[#7245]: https://github.com/home-assistant/home-assistant/pull/7245 +[#7267]: https://github.com/home-assistant/home-assistant/pull/7267 +[#7287]: https://github.com/home-assistant/home-assistant/pull/7287 +[@KlaasH]: https://github.com/KlaasH +[cover.zwave docs]: https://home-assistant.io/components/cover.zwave/ +[recorder docs]: https://home-assistant.io/components/recorder/ +[switch.hook docs]: https://home-assistant.io/components/switch.hook/ +[switch.wemo docs]: https://home-assistant.io/components/switch.wemo/ +[telegram_bot docs]: https://home-assistant.io/components/telegram_bot/ +[telegram_bot.webhooks docs]: https://home-assistant.io/components/telegram_bot.webhooks/ +[wemo docs]: https://home-assistant.io/components/wemo/ +[zwave.workaround docs]: https://home-assistant.io/components/zwave.workaround/