Sync blog post

This commit is contained in:
Fabian Affolter 2017-01-15 18:17:55 +01:00
parent 94f7c7e846
commit f4c103a06d
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -1,9 +1,9 @@
--- ---
layout: post layout: post
title: "0.36: ISS, USPS, Image processing, " title: "0.36: ISS, USPS, Image processing, Insteon"
description: "Track packages, space stations, TrackR devices, Xiaomi, and UPC" description: "Track packages, space stations, TrackR devices, Xiaomi, and UPC connect boxes"
date: 2017-01-14 08:04:05 +0000 date: 2017-01-14 08:04:05 +0000
date_formatted: "January 15, 2017" date_formatted: "January 14, 2017"
author: Fabian Affolter author: Fabian Affolter
author_twitter: fabaff author_twitter: fabaff
comments: true comments: true
@ -11,19 +11,28 @@ categories: Release-Notes
og_image: /images/blog/2016-12-0.35/social.png og_image: /images/blog/2016-12-0.35/social.png
--- ---
Welcome to 2017 and 0.36. We are proud to announce the first release for this year. While we are still migrating parts to async but 0.36 is focusing on new features and bug fixes. Welcome to 2017 and 0.36. We are proud to announce the first release for this year. While we are still migrating parts to async but 0.36 is focusing on new features and a lot of bug fixes.
## {% linkable_title Packages %} ## {% linkable_title Packages %}
[Packages][packages] are providing a new way to organize different component's configuration parts together. With packages we offer the option to include different components or parts of configuration using any of the `!include` directives. [Packages][packages] are providing a new way to organize different component's configuration parts together. With packages we offer the option to include different components or parts of configuration using any of the `!include` directives.
## {% linkable_title InfluxDB export %}
The [InfluxDB][influx] component was causing problems in a wide variety of use cases. [@titilambert] improved our InfluxDB exporter feature. It might be that you need to run the migration script to update your InfluxDB database.
```bash
$ hass --script influxdb_migrator \
-H IP_INFLUXDB_HOST -u INFLUXDB_USERNAME -p INFLUXDB_PASSWORD \
-o test_series -d INFLUXDB_DB_NAME
```
## {% linkable_title International Space Station (ISS) %} ## {% linkable_title International Space Station (ISS) %}
No, unfortunately we are not going to space. The `iss` sensor is tracking the position of the International Space Station and gives your some details. No, unfortunately we are not going to space. The `iss` sensor is tracking the position of the International Space Station and gives your some details.
## {% linkable_title Insteon local %} ## {% linkable_title Insteon local %}
The support for Insteon was removed due to issues. With the `insteon_local` component support for [Insteon][insteon] is back. The support for Insteon was removed due to issues a while ago. With the `insteon_local` component support for [Insteon][insteon] is back and let one work locally with an Insteon setup.
## {% linkable_title Image processing %} ## {% linkable_title Image processing %}
The new [image processing component][image] currently works with [number plates][plates]. But this could level the way to integrate feature like facial recognition or gestures control. The new [image processing component][image] currently works with [number plates][plates]. But this could level the way to integrate feature like facial recognition, motion detection, or gestures control.
## {% linkable_title All changes %} ## {% linkable_title All changes %}
- Sensor: Support for [HydroQuebec][quebec] ([@titilambert]) - Sensor: Support for [HydroQuebec][quebec] ([@titilambert])
@ -44,7 +53,10 @@ The new [image processing component][image] currently works with [number plates]
- Sensor: New [SMA Solar Webconnect][sma] sensor ([@kellerza]) - Sensor: New [SMA Solar Webconnect][sma] sensor ([@kellerza])
- Notify: [Lannouncer][lannouncer] TTS support ([@michaelarnauts]) - Notify: [Lannouncer][lannouncer] TTS support ([@michaelarnauts])
- Image processing: Support for [Image processing][image] ([@pvizeli]) - Image processing: Support for [Image processing][image] ([@pvizeli])
- Device tracker: [UPC][upc] connect box platform ([@pvizeli]) - Device tracker: [UPC][upc] Connect box platform support ([@pvizeli])
- Weather: [Australian BOM][bom] (Bureau of Meteorology) support ([@Zac-HD])
- Notify: Support for [MySensors][mysensors] notifications ([@MartinHjelmare])
- TTS: New [Yandex SpeechKit TTS][yandex] integration ([@lupin-de-mid])
- Sensor - sonarr: Add `urlbase` to [Sonarr][] ([@quadportnick]) - Sensor - sonarr: Add `urlbase` to [Sonarr][] ([@quadportnick])
- Switch - broadlink: Support for [SP][bl-switch] devices ([@Danielhiversen]) - Switch - broadlink: Support for [SP][bl-switch] devices ([@Danielhiversen])
@ -52,16 +64,16 @@ The new [image processing component][image] currently works with [number plates]
- Light - flux: Ledenet protocol support by Flux LED ([@bah2830]) - Light - flux: Ledenet protocol support by Flux LED ([@bah2830])
- Device tracker: Support for longer intervals ([@partofthething]) - Device tracker: Support for longer intervals ([@partofthething])
- ISY994: Weather sensors added ([@rmkraus]) - ISY994: Weather sensors added ([@rmkraus])
- InfluxDB: Improvements to avoid issues with storing details ([@titilambert])
- Light - Yeelight: Auto discovery support and color temperature feature for [Yeelight][yeelight] ([@jjensn]) - Light - Yeelight: Auto discovery support and color temperature feature for [Yeelight][yeelight] ([@jjensn])
- Media player - SqueezeBox: Switch to JSON-RPC ([@dasos]) - Media player - SqueezeBox: Switch to JSON-RPC ([@dasos])
- Scripts: Support for `last_triggered` ([@Danielhiversen]) - Scripts: Support for `last_triggered` ([@Danielhiversen])
- Media player: Support for `SUPPORT_PLAY` flag ([@armills]) - Media player: Support for `SUPPORT_PLAY` flag ([@armills])
- Minor and not so minor features and bug fixes by [@balloob], [@pvizeli], [@fabaff], [@mezz64], [@andrey-git], [@aequitas], [@abmantis], [@turbokongen], [@jabesq], [@michaelarnauts], [@kellerza], [@titilambert], [@btorresgil], [@henworth], [@armills], [@mjg59], [@Giannie], [@n8henrie], [@magicus], [@florianholzapfel], [@MrMep], [@bah2830], [@happyleavesaoc], [@lwis], [@glance-], [@markferry], and [@nikdoof]. - Minor and not so minor features and bug fixes by [@balloob], [@pvizeli], [@fabaff], [@mezz64], [@andrey-git], [@aequitas], [@abmantis], [@turbokongen], [@jabesq], [@michaelarnauts], [@kellerza], [@titilambert], [@btorresgil], [@henworth], [@armills], [@mjg59], [@Giannie], [@n8henrie], [@magicus], [@florianholzapfel], [@MrMep], [@bah2830], [@happyleavesaoc], [@lwis], [@glance-], [@markferry], and [@nikdoof].
### {% linkable_title Breaking Changes %} ## {% linkable_title Breaking changes %}
- [APNS][apns] service was moved to the `notify` domain. Use `notify.apns_NOTIFIER_NAME` instead of `apns.NOTIFIER_NAME`. - [APNS][apns] service was moved to the `notify` domain. Use `notify.apns_NOTIFIER_NAME` instead of `apns.NOTIFIER_NAME`.
- InfluxDB component has a new schema to store values in the influx db. You may require to run the `influxdb_migrator` script. - [InfluxDB][influx] component has a new schema to store values in the InfluxDB database. You may require to run the `influxdb_migrator` script.
You have to note: You have to note:
- There will not be any tags/fields named time anymore. - There will not be any tags/fields named time anymore.
- All numeric fields (int/float/bool) will be stored as float inside influx db. - All numeric fields (int/float/bool) will be stored as float inside influx db.
@ -70,11 +82,10 @@ The new [image processing component][image] currently works with [number plates]
- Fields named value will always be stored as float. - Fields named value will always be stored as float.
- Fields named state will always be stored as string. - Fields named state will always be stored as string.
## {% linkable_title If you need help... %}
### {% linkable_title If you need help... %}
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks. ...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
### {% linkable_title Reporting Issues %} ## {% linkable_title Reporting Issues %}
Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template. Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template.
[@abmantis]: https://github.com/abmantis [@abmantis]: https://github.com/abmantis
@ -126,6 +137,9 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@wardcraigj]: https://github.com/wardcraigj [@wardcraigj]: https://github.com/wardcraigj
[@webworxshop]: https://github.com/webworxshop [@webworxshop]: https://github.com/webworxshop
[@titilambert]: https://github.com/titilambert [@titilambert]: https://github.com/titilambert
[@Zac-HD]: https://github.com/Zac-HD
[@MartinHjelmare]: https://github.com/MartinHjelmare
[@lupin-de-mid]: https://github.com/lupin-de-mid
[beaglebone]: https://home-assistant.io/components/bbb_gpio/ [beaglebone]: https://home-assistant.io/components/bbb_gpio/
[bl-switch]: https://home-assistant.io/components/switch.broadlink/ [bl-switch]: https://home-assistant.io/components/switch.broadlink/
@ -150,4 +164,9 @@ Experiencing issues introduced by this release? Please report them in our [issue
[xiaomi]: https://home-assistant.io/components/device_tracker.xiaomi/ [xiaomi]: https://home-assistant.io/components/device_tracker.xiaomi/
[yeelight]: https://home-assistant.io/components/light.yeelight/ [yeelight]: https://home-assistant.io/components/light.yeelight/
[zengge]: https://home-assistant.io/components/light.zengge/ [zengge]: https://home-assistant.io/components/light.zengge/
[bom]: https://home-assistant.io/components/weather.bom/
[apns]: https://home-assistant.io/components/notify.apns/ [apns]: https://home-assistant.io/components/notify.apns/
[mysensors]: https://home-assistant.io/components/notify.mysensors/
[influx]: https://home-assistant.io/components/influxdb/
[iss]: https://home-assistant.io/components/sensor.iss/
[yandex]: https://home-assistant.io/components/tts.yandextts/