You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Track packages, space stations, TrackR devices, Xiaomi, and UPC connect boxes"
5
5
date: 2017-01-14 08:04:05 +0000
6
-
date_formatted: "January 15, 2017"
6
+
date_formatted: "January 14, 2017"
7
7
author: Fabian Affolter
8
8
author_twitter: fabaff
9
9
comments: true
10
10
categories: Release-Notes
11
11
og_image: /images/blog/2016-12-0.35/social.png
12
12
---
13
13
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.
15
15
16
16
## {% linkable_title Packages %}
17
17
[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.
18
18
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.
## {% 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.
21
30
22
31
## {% 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.
24
33
25
34
## {% 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.
27
36
28
37
## {% linkable_title All changes %}
29
38
- Sensor: Support for [HydroQuebec][quebec] ([@titilambert])
@@ -44,24 +53,27 @@ The new [image processing component][image] currently works with [number plates]
44
53
- Sensor: New [SMA Solar Webconnect][sma] sensor ([@kellerza])
45
54
- Notify: [Lannouncer][lannouncer] TTS support ([@michaelarnauts])
46
55
- Image processing: Support for [Image processing][image] ([@pvizeli])
- 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])
48
60
49
61
- Sensor - sonarr: Add `urlbase` to [Sonarr][] ([@quadportnick])
50
62
- Switch - broadlink: Support for [SP][bl-switch] devices ([@Danielhiversen])
51
63
- Homematic: Support for HMIP-PSM or HMWIOSwitch ([@danielperna84], [@pvizeli])
52
64
- Light - flux: Ledenet protocol support by Flux LED ([@bah2830])
53
65
- Device tracker: Support for longer intervals ([@partofthething])
54
66
- ISY994: Weather sensors added ([@rmkraus])
67
+
- InfluxDB: Improvements to avoid issues with storing details ([@titilambert])
55
68
- Light - Yeelight: Auto discovery support and color temperature feature for [Yeelight][yeelight] ([@jjensn])
56
69
- Media player - SqueezeBox: Switch to JSON-RPC ([@dasos])
57
70
- Scripts: Support for `last_triggered` ([@Danielhiversen])
58
71
- Media player: Support for `SUPPORT_PLAY` flag ([@armills])
59
72
- 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 %}
63
75
-[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.
65
77
You have to note:
66
78
- There will not be any tags/fields named time anymore.
67
79
- 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]
70
82
- Fields named value will always be stored as float.
71
83
- Fields named state will always be stored as string.
72
84
73
-
74
-
### {% linkable_title If you need help... %}
85
+
## {% linkable_title If you need help... %}
75
86
...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.
76
87
77
-
###{% linkable_title Reporting Issues %}
88
+
## {% linkable_title Reporting Issues %}
78
89
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.
79
90
80
91
[@abmantis]: https://github.com/abmantis
@@ -126,6 +137,9 @@ Experiencing issues introduced by this release? Please report them in our [issue
0 commit comments