Merge branch 'current' into next

This commit is contained in:
Robbie Trencheny 2019-04-08 02:50:09 -07:00
commit 403f0ad7f2
No known key found for this signature in database
GPG Key ID: 1E236BB235BF0021
3 changed files with 1054 additions and 401 deletions

View File

@ -139,8 +139,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 0 current_major_version: 0
current_minor_version: 91 current_minor_version: 91
current_patch_version: 1 current_patch_version: 2
date_released: 2019-04-05 date_released: 2019-04-08
# Either # or the anchor link to latest release notes in the blog post. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.

View File

@ -42,6 +42,8 @@ Trusted networks has been updated by [@awarecan] to allow specifying specific us
This release adds camera support to the ESPHome integration. If you haven't heard about [ESPHome](https://www.esphome.io) yet, it allows you to create your own sensors and smart devices and configure them using YAML. With Home Assistant 0.91, it is now possible to integrate cameras. This means that you can have a WiFi enabled camera that integrates automatically into Home Assistant for as little as $9 😲. This release adds camera support to the ESPHome integration. If you haven't heard about [ESPHome](https://www.esphome.io) yet, it allows you to create your own sensors and smart devices and configure them using YAML. With Home Assistant 0.91, it is now possible to integrate cameras. This means that you can have a WiFi enabled camera that integrates automatically into Home Assistant for as little as $9 😲.
Check this cool demo, part of [this blog post](https://www.dopebuild.com/i-am-sorry-dave-i-am-unable-to-do-that/):
<div class='videoWrapper'> <div class='videoWrapper'>
<iframe width="560" height="315" src="https://www.youtube.com/embed/-9luy-od6Tw" frameborder="0" allowfullscreen></iframe> <iframe width="560" height="315" src="https://www.youtube.com/embed/-9luy-od6Tw" frameborder="0" allowfullscreen></iframe>
</div> </div>
@ -103,6 +105,61 @@ If you run hass.io on an Intel NUC and haven't seen it yet, check out the VS Cod
[stream docs]: /components/stream/ [stream docs]: /components/stream/
[zha docs]: /components/zha/ [zha docs]: /components/zha/
## {% linkable_title Release 0.91.2 - April 8 %}
- Correctly load Mopar's config ([@rohankapoorcom] - [#22771]) ([mopar docs])
- Fix konnected unique_id computation for switches ([@heythisisnate] - [#22777]) ([konnected docs]) (breaking change)
- make the custom polling actually request state ([@dmulcahey] - [#22778]) ([zha docs])
- ZHA Light debug logging. ([@Adminiuga] - [#22776]) ([zha docs])
- Fix tado turn on off ([@wmalgadey] - [#22291]) ([tado docs])
- Add new mobile_app webhook command: get_zones ([@robbiet480] - [#22604]) ([mobile_app docs])
- Add optional rtsp_port for Foscam ([@cwhits] - [#22786]) ([foscam docs])
- Improve yeelight imports ([@zewelor] - [#22804]) ([yeelight docs])
- Add a new mobile_app webhook command to get config ([@robbiet480] - [#22813]) ([mobile_app docs])
- Fix for optional values in the update_location webhook call ([@robbiet480] - [#22817]) ([mobile_app docs])
- coerce duration and lookback to int so they can be used in template automation ([@hunterjm] - [#22819]) ([camera docs])
- Fix for rate limits should be optional ([@robbiet480] - [#22823]) ([mobile_app docs])
- Use relative imports in yeelight ([@zewelor] - [#22839]) ([yeelight docs])
- Fix yeelight possible array change during iteration ([@zewelor] - [#22849]) ([yeelight docs])
- Fix content_type handling ingress ([@pvizeli] - [#22864]) ([hassio docs])
- Improve mobile_app sensor responses and expected values ([@robbiet480] - [#22884]) ([mobile_app docs])
[#22291]: https://github.com/home-assistant/home-assistant/pull/22291
[#22604]: https://github.com/home-assistant/home-assistant/pull/22604
[#22771]: https://github.com/home-assistant/home-assistant/pull/22771
[#22776]: https://github.com/home-assistant/home-assistant/pull/22776
[#22777]: https://github.com/home-assistant/home-assistant/pull/22777
[#22778]: https://github.com/home-assistant/home-assistant/pull/22778
[#22786]: https://github.com/home-assistant/home-assistant/pull/22786
[#22804]: https://github.com/home-assistant/home-assistant/pull/22804
[#22813]: https://github.com/home-assistant/home-assistant/pull/22813
[#22817]: https://github.com/home-assistant/home-assistant/pull/22817
[#22819]: https://github.com/home-assistant/home-assistant/pull/22819
[#22823]: https://github.com/home-assistant/home-assistant/pull/22823
[#22839]: https://github.com/home-assistant/home-assistant/pull/22839
[#22849]: https://github.com/home-assistant/home-assistant/pull/22849
[#22864]: https://github.com/home-assistant/home-assistant/pull/22864
[#22884]: https://github.com/home-assistant/home-assistant/pull/22884
[@Adminiuga]: https://github.com/Adminiuga
[@cwhits]: https://github.com/cwhits
[@dmulcahey]: https://github.com/dmulcahey
[@heythisisnate]: https://github.com/heythisisnate
[@hunterjm]: https://github.com/hunterjm
[@pvizeli]: https://github.com/pvizeli
[@robbiet480]: https://github.com/robbiet480
[@rohankapoorcom]: https://github.com/rohankapoorcom
[@wmalgadey]: https://github.com/wmalgadey
[@zewelor]: https://github.com/zewelor
[camera docs]: /components/camera/
[foscam docs]: /components/foscam/
[hassio docs]: /components/hassio/
[konnected docs]: /components/konnected/
[mobile_app docs]: /components/mobile_app/
[mopar docs]: /components/mopar/
[tado docs]: /components/tado/
[yeelight docs]: /components/yeelight/
[zha docs]: /components/zha/
## {% linkable_title If you need help... %} ## {% linkable_title If you need help... %}
...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks. ...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.

File diff suppressed because it is too large Load Diff