Release 0.85.1

This commit is contained in:
Paulus Schoutsen 2019-01-11 12:40:28 -08:00
parent ab4f27ce7f
commit a2dce622c8
2 changed files with 17 additions and 2 deletions

View File

@ -142,8 +142,8 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 85
current_patch_version: 0
date_released: 2019-01-09
current_patch_version: 1
date_released: 2019-01-11
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.

View File

@ -51,6 +51,21 @@ This release also features native support for [ESPHome](https://esphomelib.com/e
- Add IDTECK proximity card component ([@dubnom] - [#18309]) ([idteck_prox docs]) (new-platform)
- Add ness alarm control panel using nessclient ([@nickw444] - [#18463]) ([ness_alarm docs]) ([alarm_control_panel.ness_alarm docs]) ([binary_sensor.ness_alarm docs]) (new-platform)
## {% linkable_title Release 0.85.1 - January 11 %}
- check config instead of config_entry for quirks flag ([@dmulcahey] - [#19730]) ([zha docs])
- Don't map LevelControl to light for single cluster devices. ([@Adminiuga] - [#19929]) ([zha docs])
- Fix entity_id: all warning ([@balloob] - [#19946])
- Lovelace: Fix resources being dropped in inline editor
[#19730]: https://github.com/home-assistant/home-assistant/pull/19730
[#19929]: https://github.com/home-assistant/home-assistant/pull/19929
[#19946]: https://github.com/home-assistant/home-assistant/pull/19946
[@Adminiuga]: https://github.com/Adminiuga
[@balloob]: https://github.com/balloob
[@dmulcahey]: https://github.com/dmulcahey
[zha docs]: /components/zha/
## {% 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.