Finish blog post

This commit is contained in:
Philip Rosenberg-Watt 2018-05-14 15:39:14 -06:00 committed by Paulus Schoutsen
parent 5e3d83e97b
commit 8595afaebe
7 changed files with 92 additions and 17 deletions

View File

@ -141,7 +141,7 @@ social:
current_major_version: 0 current_major_version: 0
current_minor_version: 70 current_minor_version: 70
current_patch_version: 0 current_patch_version: 0
date_released: 2018-05-25 date_released: 2018-05-27
# 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

@ -9,7 +9,7 @@ sharing: true
footer: true footer: true
logo: homematic.png logo: homematic.png
ha_category: Binary Sensor ha_category: Binary Sensor
ha_release: 0.66 ha_release: 0.70
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
--- ---

View File

@ -0,0 +1,16 @@
---
layout: page
title: "MyChevy Binary Sensors"
description: "Instructions on how to integrate Chevy Bolt binary sensors car into Home Assistant."
date: 2017-08-28 17:00
sidebar: true
comments: false
sharing: true
footer: true
logo: chevy.png
ha_category: Binary Sensor
ha_release: 0.62
ha_iot_class: "Cloud Polling"
---
For configuration instructions, see [main component config](/components/mychecvy/).

View File

@ -9,7 +9,7 @@ sharing: true
footer: true footer: true
logo: homematic.png logo: homematic.png
ha_category: Switch ha_category: Switch
ha_release: 0.66 ha_release: 0.70
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
--- ---

View File

@ -0,0 +1,16 @@
---
layout: page
title: "MyChevy Sensors"
description: "Instructions on how to integrate Chevy Bolt sensors car into Home Assistant."
date: 2017-08-28 17:00
sidebar: true
comments: false
sharing: true
footer: true
logo: chevy.png
ha_category: Sensor
ha_release: 0.62
ha_iot_class: "Cloud Polling"
---
For configuration instructions, see [main component config](/components/mychecvy/).

View File

@ -9,7 +9,7 @@ sharing: true
footer: true footer: true
logo: homematic.png logo: homematic.png
ha_category: Switch ha_category: Switch
ha_release: 0.66 ha_release: 0.70
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
--- ---

View File

@ -1,21 +1,24 @@
--- ---
layout: post layout: post
title: "0.70: TBD - ALSO UPDATE DATE" title: "0.70: Facebox, SpaceAPI, Konnected Alarm System"
description: "TBD" description: "Complete overhaul of our new frontend. "
date: 2018-05-18 00:01:00 date: 2018-05-27 00:01:00
date_formatted: "May 25, 2018" date_formatted: "May 27, 2018"
author: Paulus Schoutsen author: Paulus Schoutsen
author_twitter: balloob author_twitter: balloob
comments: true comments: true
categories: Release-Notes categories: Release-Notes
og_image: /images/blog/2018-05-0.70/components.png
--- ---
<p class='note'>Instructions on how to upgrade to the RC release can be found [here](https://www.home-assistant.io/blog/2018/03/24/new-release-schedule/).</p> It's time for release 0.70. It's a little later than expected because of a major overhaul of how our frontend is build. It should not have any impact on how the frontend looks or behaves. Thanks to all the people running the beta who helped test this. Right now it looks like Firefox is still having some issues running the Hass.io panel. We're working on releasing a fix for that soon.
<a href='/components/#version/0.70'><img src='/images/blog/2018-05-0.70/components.png' style='border: 0;box-shadow: none;'></a> If you're using custom UI or Panels, some changes have been made. Make sure you run the latest version. More info on our [developer blog](https://developers.home-assistant.io/blog/2018/05/22/custom-ui-panels-api.html).
This release includes a major overhaul of how our frontend is build (technical blog with more details coming soon). Please test in various browsers and let us know if you see any issues (that's why this is a beta release after all). Talking about our developer blog, this is a new blog with accompanying [Twitter account](https://twitter.com/hass_devs). This is part of our ongoing effort of splitting content and interaction for users and developers of Home Assistant.
One cool new component in this release is [Konnected][konnected docs] ([product page](https://konnected.io/)). It allows you to connect your existing wired alarm systen and plug it … straigt into Home Assistant!
Another cool one this release is [Facebox][image_processing.facebox docs]. It will allow you to do local face detection on your camera feeds. Can't wait to hear the cool things people will do with this.
## {% linkable_title New Platforms %} ## {% linkable_title New Platforms %}
@ -43,10 +46,27 @@ Experiencing issues introduced by this release? Please report them in our [issue
<!--more--> <!--more-->
## {% linkable_title Breaking Changes %} ## {% linkable_title Breaking Changes %}
- Converted SABnzbd to a component ([@jeradM] - [#12915]) ([sabnzbd docs]) ([sensor.sabnzbd docs]) (breaking change) (new-platform) - Converted SABnzbd to a component. Set it up using the new config:
- Add sensors for BMW electric cars ([@gerard33] - [#14293]) ([bmw_connected_drive docs]) ([binary_sensor.bmw_connected_drive docs]) ([sensor.bmw_connected_drive docs]) (breaking change) ```yaml
- Remove simplepush.io ([@c727] - [#14358]) ([notify docs]) (breaking change) sabnzbd:
- Added temperature (apparent) high/low, deprecated max/min ([@nordlead2005] - [#12233]) ([sensor.darksky docs]) (breaking change) api_key: YOUR_SABNZBD_API_KEY
```
([@jeradM] - [#12915]) ([sabnzbd docs]) ([sensor.sabnzbd docs]) (breaking change) (new-platform)
- For BMW electric cars: The current sensor `remaining_range_fuel` is replaced by `remaining_range_total` for cars with a combustion engine. ([@gerard33] - [#14293]) ([bmw_connected_drive docs]) ([binary_sensor.bmw_connected_drive docs]) ([sensor.bmw_connected_drive docs]) (breaking change)
- Removed simplepush.io becayse website is offline and apps are no longer available. ([@c727] - [#14358]) ([notify docs]) (breaking change)
- DarkSky sensor: Added temperature (apparent) high/low, deprecated max/min ([@nordlead2005] - [#12233]) ([sensor.darksky docs]) (breaking change)
## {% linkable_title Beta Fixes %}
- Wait for future mysensors gateway ready ([@MartinHjelmare] - [#14398]) ([mysensors docs]) (beta fix)
- Homekit style cleanup ([@cdce8p] - [#14556]) ([homekit docs]) (beta fix)
- fix nanoleaf aurora lights min and max temperature ([@Oro] - [#14571]) ([light.nanoleaf_aurora docs]) (beta fix)
- Fix ISY moisure sensors showing unknown until a leak is detected ([@OverloadUT] - [#14496]) ([binary_sensor.isy994 docs]) (beta fix)
- Bump insteonplm version to fix device hanging ([@teharris1] - [#14582]) ([insteon_plm docs]) (beta fix)
- Fix hue discovery popping up ([@balloob] - [#14614]) (beta fix)
- Use libsodium18 ([@balloob] - [#14624]) (beta fix)
- No longer use backports for ffmpeg ([@balloob] - [#14626]) (beta fix)
- Allow Hass.io panel dir ([@balloob] - [#14655]) ([hassio docs]) (beta fix)
## {% linkable_title All changes %} ## {% linkable_title All changes %}
@ -70,7 +90,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Support control of away mode and hold mode in Venstar component. Correctly detect humidifiers. ([@nkaminski] - [#14256]) ([climate.venstar docs]) - Support control of away mode and hold mode in Venstar component. Correctly detect humidifiers. ([@nkaminski] - [#14256]) ([climate.venstar docs])
- Upgrade keyring to 12.2.0 and keyrings.alt to 3.1 ([@fabaff] - [#14355]) - Upgrade keyring to 12.2.0 and keyrings.alt to 3.1 ([@fabaff] - [#14355])
- debug++ for multiple volume controls ([@rytilahti] - [#14349]) ([media_player.songpal docs]) - debug++ for multiple volume controls ([@rytilahti] - [#14349]) ([media_player.songpal docs])
- Backend tweaks to make authorization work ([@balloob] - [#14339]) ([api docs]) ([auth docs]) ([frontend docs]) ([http docs]) ([websocket_api docs]) - Backend tweaks to make authorization work ([@balloob] - [#14339]) ([api docs]) ([frontend docs]) ([http docs]) ([websocket_api docs])
- script/lint: Ensure there are files to test with pylint ([@cdce8p] - [#14363]) - script/lint: Ensure there are files to test with pylint ([@cdce8p] - [#14363])
- Update .coveragerc ([@pvizeli] - [#14368]) - Update .coveragerc ([@pvizeli] - [#14368])
- Fix binary_sensor async_update ([@damarco] - [#14376]) ([zha docs]) ([binary_sensor.zha docs]) - Fix binary_sensor async_update ([@damarco] - [#14376]) ([zha docs]) ([binary_sensor.zha docs])
@ -149,6 +169,15 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Fix some ISY sensors not getting detected as binary sensors ([@OverloadUT] - [#14497]) ([isy994 docs]) - Fix some ISY sensors not getting detected as binary sensors ([@OverloadUT] - [#14497]) ([isy994 docs])
- Update mychevy to 0.4.0 ([@sdague] - [#14372]) ([mychevy docs]) ([binary_sensor.mychevy docs]) ([sensor.mychevy docs]) - Update mychevy to 0.4.0 ([@sdague] - [#14372]) ([mychevy docs]) ([binary_sensor.mychevy docs]) ([sensor.mychevy docs])
- Set certifi to >=2018.04.16 ([@fabaff] - [#14536]) - Set certifi to >=2018.04.16 ([@fabaff] - [#14536])
- Wait for future mysensors gateway ready ([@MartinHjelmare] - [#14398]) ([mysensors docs]) (beta fix)
- Homekit style cleanup ([@cdce8p] - [#14556]) ([homekit docs]) (beta fix)
- fix nanoleaf aurora lights min and max temperature ([@Oro] - [#14571]) ([light.nanoleaf_aurora docs]) (beta fix)
- Fix ISY moisure sensors showing unknown until a leak is detected ([@OverloadUT] - [#14496]) ([binary_sensor.isy994 docs]) (beta fix)
- Bump insteonplm version to fix device hanging ([@teharris1] - [#14582]) ([insteon_plm docs]) (beta fix)
- Fix hue discovery popping up ([@balloob] - [#14614]) (beta fix)
- Use libsodium18 ([@balloob] - [#14624]) (beta fix)
- No longer use backports for ffmpeg ([@balloob] - [#14626]) (beta fix)
- Allow Hass.io panel dir ([@balloob] - [#14655]) ([hassio docs]) (beta fix)
[#12233]: https://github.com/home-assistant/home-assistant/pull/12233 [#12233]: https://github.com/home-assistant/home-assistant/pull/12233
[#12915]: https://github.com/home-assistant/home-assistant/pull/12915 [#12915]: https://github.com/home-assistant/home-assistant/pull/12915
@ -199,6 +228,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[#14389]: https://github.com/home-assistant/home-assistant/pull/14389 [#14389]: https://github.com/home-assistant/home-assistant/pull/14389
[#14393]: https://github.com/home-assistant/home-assistant/pull/14393 [#14393]: https://github.com/home-assistant/home-assistant/pull/14393
[#14395]: https://github.com/home-assistant/home-assistant/pull/14395 [#14395]: https://github.com/home-assistant/home-assistant/pull/14395
[#14398]: https://github.com/home-assistant/home-assistant/pull/14398
[#14401]: https://github.com/home-assistant/home-assistant/pull/14401 [#14401]: https://github.com/home-assistant/home-assistant/pull/14401
[#14402]: https://github.com/home-assistant/home-assistant/pull/14402 [#14402]: https://github.com/home-assistant/home-assistant/pull/14402
[#14408]: https://github.com/home-assistant/home-assistant/pull/14408 [#14408]: https://github.com/home-assistant/home-assistant/pull/14408
@ -240,6 +270,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[#14481]: https://github.com/home-assistant/home-assistant/pull/14481 [#14481]: https://github.com/home-assistant/home-assistant/pull/14481
[#14487]: https://github.com/home-assistant/home-assistant/pull/14487 [#14487]: https://github.com/home-assistant/home-assistant/pull/14487
[#14491]: https://github.com/home-assistant/home-assistant/pull/14491 [#14491]: https://github.com/home-assistant/home-assistant/pull/14491
[#14496]: https://github.com/home-assistant/home-assistant/pull/14496
[#14497]: https://github.com/home-assistant/home-assistant/pull/14497 [#14497]: https://github.com/home-assistant/home-assistant/pull/14497
[#14506]: https://github.com/home-assistant/home-assistant/pull/14506 [#14506]: https://github.com/home-assistant/home-assistant/pull/14506
[#14510]: https://github.com/home-assistant/home-assistant/pull/14510 [#14510]: https://github.com/home-assistant/home-assistant/pull/14510
@ -249,11 +280,19 @@ Experiencing issues introduced by this release? Please report them in our [issue
[#14524]: https://github.com/home-assistant/home-assistant/pull/14524 [#14524]: https://github.com/home-assistant/home-assistant/pull/14524
[#14528]: https://github.com/home-assistant/home-assistant/pull/14528 [#14528]: https://github.com/home-assistant/home-assistant/pull/14528
[#14536]: https://github.com/home-assistant/home-assistant/pull/14536 [#14536]: https://github.com/home-assistant/home-assistant/pull/14536
[#14556]: https://github.com/home-assistant/home-assistant/pull/14556
[#14571]: https://github.com/home-assistant/home-assistant/pull/14571
[#14582]: https://github.com/home-assistant/home-assistant/pull/14582
[#14614]: https://github.com/home-assistant/home-assistant/pull/14614
[#14624]: https://github.com/home-assistant/home-assistant/pull/14624
[#14626]: https://github.com/home-assistant/home-assistant/pull/14626
[#14655]: https://github.com/home-assistant/home-assistant/pull/14655
[@Chariyski]: https://github.com/Chariyski [@Chariyski]: https://github.com/Chariyski
[@ChristianKuehnel]: https://github.com/ChristianKuehnel [@ChristianKuehnel]: https://github.com/ChristianKuehnel
[@Kane610]: https://github.com/Kane610 [@Kane610]: https://github.com/Kane610
[@Klathmon]: https://github.com/Klathmon [@Klathmon]: https://github.com/Klathmon
[@MartinHjelmare]: https://github.com/MartinHjelmare [@MartinHjelmare]: https://github.com/MartinHjelmare
[@Oro]: https://github.com/Oro
[@OverloadUT]: https://github.com/OverloadUT [@OverloadUT]: https://github.com/OverloadUT
[@PhilRW]: https://github.com/PhilRW [@PhilRW]: https://github.com/PhilRW
[@abmantis]: https://github.com/abmantis [@abmantis]: https://github.com/abmantis
@ -295,6 +334,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@snikch]: https://github.com/snikch [@snikch]: https://github.com/snikch
[@stephanerosi]: https://github.com/stephanerosi [@stephanerosi]: https://github.com/stephanerosi
[@syssi]: https://github.com/syssi [@syssi]: https://github.com/syssi
[@teharris1]: https://github.com/teharris1
[@thelittlefireman]: https://github.com/thelittlefireman [@thelittlefireman]: https://github.com/thelittlefireman
[@thepotoo]: https://github.com/thepotoo [@thepotoo]: https://github.com/thepotoo
[@tschmidty69]: https://github.com/tschmidty69 [@tschmidty69]: https://github.com/tschmidty69
@ -303,6 +343,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[auth docs]: /components/auth/ [auth docs]: /components/auth/
[binary_sensor.bmw_connected_drive docs]: /components/binary_sensor.bmw_connected_drive/ [binary_sensor.bmw_connected_drive docs]: /components/binary_sensor.bmw_connected_drive/
[binary_sensor.homematicip_cloud docs]: /components/binary_sensor.homematicip_cloud/ [binary_sensor.homematicip_cloud docs]: /components/binary_sensor.homematicip_cloud/
[binary_sensor.isy994 docs]: /components/binary_sensor.isy994/
[binary_sensor.konnected docs]: /components/binary_sensor.konnected/ [binary_sensor.konnected docs]: /components/binary_sensor.konnected/
[binary_sensor.mychevy docs]: /components/binary_sensor.mychevy/ [binary_sensor.mychevy docs]: /components/binary_sensor.mychevy/
[binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ [binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/
@ -331,6 +372,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[homematicip_cloud docs]: /components/homematicip_cloud/ [homematicip_cloud docs]: /components/homematicip_cloud/
[http docs]: /components/http/ [http docs]: /components/http/
[image_processing.facebox docs]: /components/image_processing.facebox/ [image_processing.facebox docs]: /components/image_processing.facebox/
[insteon_plm docs]: /components/insteon_plm/
[iota docs]: /components/iota/ [iota docs]: /components/iota/
[isy994 docs]: /components/isy994/ [isy994 docs]: /components/isy994/
[konnected docs]: /components/konnected/ [konnected docs]: /components/konnected/
@ -339,6 +381,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[light.limitlessled docs]: /components/light.limitlessled/ [light.limitlessled docs]: /components/light.limitlessled/
[light.mqtt docs]: /components/light.mqtt/ [light.mqtt docs]: /components/light.mqtt/
[light.mysensors docs]: /components/light.mysensors/ [light.mysensors docs]: /components/light.mysensors/
[light.nanoleaf_aurora docs]: /components/light.nanoleaf_aurora/
[light.wink docs]: /components/light.wink/ [light.wink docs]: /components/light.wink/
[media_extractor docs]: /components/media_extractor/ [media_extractor docs]: /components/media_extractor/
[media_player.cmus docs]: /components/media_player.cmus/ [media_player.cmus docs]: /components/media_player.cmus/