From d0a773bd4817ab183c0e7ddece7c448bb06efe9e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 9 Nov 2018 16:09:05 +0100 Subject: [PATCH] Update notes --- source/_posts/2018-11-08-release-82.markdown | 62 +++++++++++++++++++- 1 file changed, 60 insertions(+), 2 deletions(-) diff --git a/source/_posts/2018-11-08-release-82.markdown b/source/_posts/2018-11-08-release-82.markdown index 80cb7a35fcb..18ba051fc50 100644 --- a/source/_posts/2018-11-08-release-82.markdown +++ b/source/_posts/2018-11-08-release-82.markdown @@ -15,15 +15,18 @@ og_image: /images/blog/2018-11-release-82/components.png Alpha edit mode for Lovelace. +Soft-fork of OZW to add Barrier. + Frontend release notes are here: https://github.com/home-assistant/home-assistant-polymer/pull/1974 +Tensorflow. + ## {% linkable_title New Platforms %} - Add device tracking for the BT Smart Hub router ([@jxwolstenholme] - [#17158]) ([device_tracker docs]) (new-platform) - Météo-france sensor : current weather and 1 hour rain forecast ([@victorcerutti] - [#17773]) ([sensor.meteo_france docs]) (new-platform) - Support for WeMo Humidifier ([@sqldiablo] - [#17996]) ([wemo docs]) ([fan.wemo docs]) (new-platform) - Add a component for GreenEye Monitor ([@jkeljo] - [#16378]) ([greeneye_monitor docs]) ([sensor.greeneye_monitor_current docs]) ([sensor.greeneye_monitor_pulse docs]) ([sensor.greeneye_monitor_temperature docs]) (new-platform) -- Adding climate.velbus support ([@Cereal2nd] - [#18100]) ([velbus docs]) ([climate.velbus docs]) (new-platform) - TensorFlow image_processing component ([@hunterjm] - [#17795]) ([image_processing.tensorflow docs]) (new-platform) ## {% linkable_title If you need help... %} @@ -45,6 +48,25 @@ Experiencing issues introduced by this release? Please report them in our [issue - Update to DoorBirdPy v2 (again) ([@Klikini] - [#14933]) ([doorbird docs]) ([switch.doorbird docs]) (breaking change) - Add binary sensors for sense energy monitor ([@kbickar] - [#17645]) ([sensor.sense docs]) (breaking change) - Update Pollen.com to use numpy for trend analysis ([@bachya] - [#18107]) ([sensor.pollen docs]) (breaking change) +- Remove config (breaking change) ([@jjlawren] - [#18153]) ([ffmpeg docs]) (breaking change) (beta fix) + +## {% linkable_title Beta Fixes %} + +- SMA: Optional import in schema & backoff fix ([@kellerza] - [#18099]) (beta fix) +- Remove config (breaking change) ([@jjlawren] - [#18153]) ([ffmpeg docs]) (breaking change) (beta fix) +- Handle TensorFlow like OpenCV ([@pvizeli] - [#18185]) ([image_processing.tensorflow docs]) (beta fix) +- Add support for TensorFlow in official docker ([@pvizeli] - [#18191]) (beta fix) +- Cloud conf ([@balloob] - [#18216]) ([cloud docs]) (beta fix) +- Check if os has chown ([@bramkragten] - [#18229]) (beta fix) +- Update pynetgear to 0.5.1 ([@Arkkimaagi] - [#18238]) ([device_tracker docs]) (beta fix) +- Migrate python-openzwave to homeassistant-pyozw ([@pvizeli] - [#18268]) (beta fix) +- SMA Guard against older pysma ([@kellerza] - [#18278]) ([sensor.sma docs]) (beta fix) +- Bump pyotgw to 0.3b1 ([@mvn23] - [#18286]) ([opentherm_gw docs]) (beta fix) +- Fix log error message ([@pvizeli] - [#18305]) ([hassio docs]) (beta fix) +- Bump pyhaversion to 2.0.2 ([@ludeeus] - [#18318]) ([sensor.version docs]) (beta fix) +- Fix xiaomi binary_sensor warning ([@Danielhiversen] - [#18280]) ([binary_sensor.xiaomi_aqara docs]) (beta fix) +- Remove Velbus climate platform ([@balloob] - [#18319]) ([velbus docs]) ([climate.velbus docs]) (beta fix) +- fix last device ignored ([@abmantis] - [#18329]) ([device_tracker docs]) (beta fix) ## {% linkable_title All changes %} @@ -200,7 +222,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Added service select_video_output and video_out attribute ([@leothlon] - [#18081]) ([media_player.onkyo docs]) - Darksky: Round all temperatures to 1 decimal place ([@leppa] - [#18119]) ([sensor.darksky docs]) - Convert nsw rural fire tests to async ([@armills] - [#18112]) -- Adding climate.velbus support ([@Cereal2nd] - [#18100]) ([velbus docs]) ([climate.velbus docs]) (new-platform) +- Adding climate.velbus support ([@Cereal2nd] - [#18100]) ([velbus docs]) ([climate.velbus docs]) - Changed from pifacecommon 4.1.2 to 4.2.2 to make the piface digital i/o boards work on rpi like 3 ([@vacumet] - [#18101]) ([rpi_pfio docs]) - Update Pollen.com to use numpy for trend analysis ([@bachya] - [#18107]) ([sensor.pollen docs]) (breaking change) - Exposes initial attribute on the entity. ([@ludeeus] - [#18123]) ([input_number docs]) @@ -213,6 +235,21 @@ Experiencing issues introduced by this release? Please report them in our [issue - Allow disabling WeMo Discovery ([@sqldiablo] - [#18079]) ([wemo docs]) - Fix typos and update docstrings ([@fabaff] - [#18137]) ([lovelace docs]) - Fix hassio command timeout ([@alex9446] - [#17567]) ([hassio docs]) +- SMA: Optional import in schema & backoff fix ([@kellerza] - [#18099]) (beta fix) +- Remove config (breaking change) ([@jjlawren] - [#18153]) ([ffmpeg docs]) (breaking change) (beta fix) +- Handle TensorFlow like OpenCV ([@pvizeli] - [#18185]) ([image_processing.tensorflow docs]) (beta fix) +- Add support for TensorFlow in official docker ([@pvizeli] - [#18191]) (beta fix) +- Cloud conf ([@balloob] - [#18216]) ([cloud docs]) (beta fix) +- Check if os has chown ([@bramkragten] - [#18229]) (beta fix) +- Update pynetgear to 0.5.1 ([@Arkkimaagi] - [#18238]) ([device_tracker docs]) (beta fix) +- Migrate python-openzwave to homeassistant-pyozw ([@pvizeli] - [#18268]) (beta fix) +- SMA Guard against older pysma ([@kellerza] - [#18278]) ([sensor.sma docs]) (beta fix) +- Bump pyotgw to 0.3b1 ([@mvn23] - [#18286]) ([opentherm_gw docs]) (beta fix) +- Fix log error message ([@pvizeli] - [#18305]) ([hassio docs]) (beta fix) +- Bump pyhaversion to 2.0.2 ([@ludeeus] - [#18318]) ([sensor.version docs]) (beta fix) +- Fix xiaomi binary_sensor warning ([@Danielhiversen] - [#18280]) ([binary_sensor.xiaomi_aqara docs]) (beta fix) +- Remove Velbus climate platform ([@balloob] - [#18319]) ([velbus docs]) ([climate.velbus docs]) (beta fix) +- fix last device ignored ([@abmantis] - [#18329]) ([device_tracker docs]) (beta fix) [#14933]: https://github.com/home-assistant/home-assistant/pull/14933 [#16128]: https://github.com/home-assistant/home-assistant/pull/16128 @@ -367,6 +404,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [#18088]: https://github.com/home-assistant/home-assistant/pull/18088 [#18089]: https://github.com/home-assistant/home-assistant/pull/18089 [#18095]: https://github.com/home-assistant/home-assistant/pull/18095 +[#18099]: https://github.com/home-assistant/home-assistant/pull/18099 [#18100]: https://github.com/home-assistant/home-assistant/pull/18100 [#18101]: https://github.com/home-assistant/home-assistant/pull/18101 [#18107]: https://github.com/home-assistant/home-assistant/pull/18107 @@ -379,6 +417,21 @@ Experiencing issues introduced by this release? Please report them in our [issue [#18129]: https://github.com/home-assistant/home-assistant/pull/18129 [#18135]: https://github.com/home-assistant/home-assistant/pull/18135 [#18137]: https://github.com/home-assistant/home-assistant/pull/18137 +[#18153]: https://github.com/home-assistant/home-assistant/pull/18153 +[#18185]: https://github.com/home-assistant/home-assistant/pull/18185 +[#18191]: https://github.com/home-assistant/home-assistant/pull/18191 +[#18216]: https://github.com/home-assistant/home-assistant/pull/18216 +[#18229]: https://github.com/home-assistant/home-assistant/pull/18229 +[#18238]: https://github.com/home-assistant/home-assistant/pull/18238 +[#18268]: https://github.com/home-assistant/home-assistant/pull/18268 +[#18278]: https://github.com/home-assistant/home-assistant/pull/18278 +[#18280]: https://github.com/home-assistant/home-assistant/pull/18280 +[#18286]: https://github.com/home-assistant/home-assistant/pull/18286 +[#18305]: https://github.com/home-assistant/home-assistant/pull/18305 +[#18318]: https://github.com/home-assistant/home-assistant/pull/18318 +[#18319]: https://github.com/home-assistant/home-assistant/pull/18319 +[#18329]: https://github.com/home-assistant/home-assistant/pull/18329 +[@Arkkimaagi]: https://github.com/Arkkimaagi [@Cereal2nd]: https://github.com/Cereal2nd [@Danielhiversen]: https://github.com/Danielhiversen [@Hedda]: https://github.com/Hedda @@ -423,6 +476,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@janvanhelvoort]: https://github.com/janvanhelvoort [@jaredquinn]: https://github.com/jaredquinn [@jeroenterheerdt]: https://github.com/jeroenterheerdt +[@jjlawren]: https://github.com/jjlawren [@jkeljo]: https://github.com/jkeljo [@jxwolstenholme]: https://github.com/jxwolstenholme [@kbickar]: https://github.com/kbickar @@ -444,6 +498,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@nickw444]: https://github.com/nickw444 [@pascal-de-ladurantaye]: https://github.com/pascal-de-ladurantaye [@pszafer]: https://github.com/pszafer +[@pvizeli]: https://github.com/pvizeli [@quazzie]: https://github.com/quazzie [@rohankapoorcom]: https://github.com/rohankapoorcom [@rwagoner]: https://github.com/rwagoner @@ -473,6 +528,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [binary_sensor.pilight docs]: /components/binary_sensor.pilight/ [binary_sensor.template docs]: /components/binary_sensor.template/ [binary_sensor.trend docs]: /components/binary_sensor.trend/ +[binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ [binary_sensor.zha docs]: /components/binary_sensor.zha/ [binary_sensor.zigbee docs]: /components/binary_sensor.zigbee/ [bloomsky docs]: /components/bloomsky/ @@ -491,6 +547,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [climate.mill docs]: /components/climate.mill/ [climate.velbus docs]: /components/climate.velbus/ [climate.vera docs]: /components/climate.vera/ +[cloud docs]: /components/cloud/ [cover.deconz docs]: /components/cover.deconz/ [cover.mqtt docs]: /components/cover.mqtt/ [deconz docs]: /components/deconz/ @@ -500,6 +557,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [doorbird docs]: /components/doorbird/ [fan.wemo docs]: /components/fan.wemo/ [fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/ +[ffmpeg docs]: /components/ffmpeg/ [geo_location docs]: /components/geo_location/ [google_assistant docs]: /components/google_assistant/ [greeneye_monitor docs]: /components/greeneye_monitor/