Skip to content

Commit 24b5567

Browse files
committed
Merge remote-tracking branch 'origin/next' into current
2 parents b74b2fc + f4c103a commit 24b5567

File tree

1 file changed

+34
-15
lines changed

1 file changed

+34
-15
lines changed

source/_posts/2017-01-14-iss-usps-images-packages.markdown

Lines changed: 34 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,38 @@
11
---
22
layout: post
3-
title: "0.36: ISS, USPS, Image processing, "
4-
description: "Track packages, space stations, TrackR devices, Xiaomi, and UPC"
3+
title: "0.36: ISS, USPS, Image processing, Insteon"
4+
description: "Track packages, space stations, TrackR devices, Xiaomi, and UPC connect boxes"
55
date: 2017-01-14 08:04:05 +0000
6-
date_formatted: "January 15, 2017"
6+
date_formatted: "January 14, 2017"
77
author: Fabian Affolter
88
author_twitter: fabaff
99
comments: true
1010
categories: Release-Notes
1111
og_image: /images/blog/2016-12-0.35/social.png
1212
---
1313

14-
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.
14+
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.
1515

1616
## {% linkable_title Packages %}
1717
[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.
1818

19+
## {% linkable_title InfluxDB export %}
20+
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.
21+
22+
```bash
23+
$ hass --script influxdb_migrator \
24+
-H IP_INFLUXDB_HOST -u INFLUXDB_USERNAME -p INFLUXDB_PASSWORD \
25+
-o test_series -d INFLUXDB_DB_NAME
26+
```
27+
1928
## {% linkable_title International Space Station (ISS) %}
20-
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.
29+
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.
2130

2231
## {% linkable_title Insteon local %}
23-
The support for Insteon was removed due to issues. With the `insteon_local` component support for [Insteon][insteon] is back.
32+
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.
2433

2534
## {% linkable_title Image processing %}
26-
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.
35+
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.
2736

2837
## {% linkable_title All changes %}
2938
- Sensor: Support for [HydroQuebec][quebec] ([@titilambert])
@@ -44,24 +53,27 @@ The new [image processing component][image] currently works with [number plates]
4453
- Sensor: New [SMA Solar Webconnect][sma] sensor ([@kellerza])
4554
- Notify: [Lannouncer][lannouncer] TTS support ([@michaelarnauts])
4655
- Image processing: Support for [Image processing][image] ([@pvizeli])
47-
- Device tracker: [UPC][upc] connect box platform ([@pvizeli])
56+
- Device tracker: [UPC][upc] Connect box platform support ([@pvizeli])
57+
- Weather: [Australian BOM][bom] (Bureau of Meteorology) support ([@Zac-HD])
58+
- Notify: Support for [MySensors][mysensors] notifications ([@MartinHjelmare])
59+
- TTS: New [Yandex SpeechKit TTS][yandex] integration ([@lupin-de-mid])
4860

4961
- Sensor - sonarr: Add `urlbase` to [Sonarr][] ([@quadportnick])
5062
- Switch - broadlink: Support for [SP][bl-switch] devices ([@Danielhiversen])
5163
- Homematic: Support for HMIP-PSM or HMWIOSwitch ([@danielperna84], [@pvizeli])
5264
- Light - flux: Ledenet protocol support by Flux LED ([@bah2830])
5365
- Device tracker: Support for longer intervals ([@partofthething])
5466
- ISY994: Weather sensors added ([@rmkraus])
67+
- InfluxDB: Improvements to avoid issues with storing details ([@titilambert])
5568
- Light - Yeelight: Auto discovery support and color temperature feature for [Yeelight][yeelight] ([@jjensn])
5669
- Media player - SqueezeBox: Switch to JSON-RPC ([@dasos])
5770
- Scripts: Support for `last_triggered` ([@Danielhiversen])
5871
- Media player: Support for `SUPPORT_PLAY` flag ([@armills])
5972
- 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].
60-
61-
### {% linkable_title Breaking Changes %}
62-
73+
74+
## {% linkable_title Breaking changes %}
6375
- [APNS][apns] service was moved to the `notify` domain. Use `notify.apns_NOTIFIER_NAME` instead of `apns.NOTIFIER_NAME`.
64-
- InfluxDB component has a new schema to store values in the influx db. You may require to run the `influxdb_migrator` script.
76+
- [InfluxDB][influx] component has a new schema to store values in the InfluxDB database. You may require to run the `influxdb_migrator` script.
6577
You have to note:
6678
- There will not be any tags/fields named time anymore.
6779
- 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]
7082
- Fields named value will always be stored as float.
7183
- Fields named state will always be stored as string.
7284

73-
74-
### {% linkable_title If you need help... %}
85+
## {% linkable_title If you need help... %}
7586
...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.
7687

77-
### {% linkable_title Reporting Issues %}
88+
## {% linkable_title Reporting Issues %}
7889
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.
7990

8091
[@abmantis]: https://github.com/abmantis
@@ -126,6 +137,9 @@ Experiencing issues introduced by this release? Please report them in our [issue
126137
[@wardcraigj]: https://github.com/wardcraigj
127138
[@webworxshop]: https://github.com/webworxshop
128139
[@titilambert]: https://github.com/titilambert
140+
[@Zac-HD]: https://github.com/Zac-HD
141+
[@MartinHjelmare]: https://github.com/MartinHjelmare
142+
[@lupin-de-mid]: https://github.com/lupin-de-mid
129143

130144
[beaglebone]: https://home-assistant.io/components/bbb_gpio/
131145
[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
150164
[xiaomi]: https://home-assistant.io/components/device_tracker.xiaomi/
151165
[yeelight]: https://home-assistant.io/components/light.yeelight/
152166
[zengge]: https://home-assistant.io/components/light.zengge/
167+
[bom]: https://home-assistant.io/components/weather.bom/
153168
[apns]: https://home-assistant.io/components/notify.apns/
169+
[mysensors]: https://home-assistant.io/components/notify.mysensors/
170+
[influx]: https://home-assistant.io/components/influxdb/
171+
[iss]: https://home-assistant.io/components/sensor.iss/
172+
[yandex]: https://home-assistant.io/components/tts.yandextts/

0 commit comments

Comments
 (0)