mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Release 0.43.1
This commit is contained in:
parent
9cbc7ea7f1
commit
24a9b2888e
@ -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"
|
||||
|
@ -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)
|
||||
|
||||
<!--more-->
|
||||
## {% linkable_title Breaking changes %}
|
||||
|
||||
- Remove deprecated classes from `homeassistant.remote` ([@balloob] - [#7011])
|
||||
@ -82,7 +83,21 @@ sensor:
|
||||
directions: '1'
|
||||
```
|
||||
|
||||
<!--more-->
|
||||
## 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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user