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
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.
15
15
16
-
## Packages
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
-
## 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.
19
+
## {% 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.
21
21
22
-
## Insteon local
23
-
The support for Insteon was removed due to issues. With the `insteon_local` component support for [Insteon][insteon] is back.
22
+
## {% 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.
24
24
25
-
## Image processing
25
+
## {% linkable_title Image processing %}
26
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.
27
27
28
-
## All changes
28
+
## {% linkable_title All changes %}
29
29
- Sensor: Support for [HydroQuebec][quebec] ([@titilambert])
30
30
- Sensor: Tracking the [ISS][iss] ([@HydrelioxGitHub])
@@ -57,11 +57,24 @@ The new [image processing component][image] currently works with [number plates]
57
57
- Scripts: Support for `last_triggered` ([@Danielhiversen])
58
58
- Media player: Support for `SUPPORT_PLAY` flag ([@armills])
59
59
- 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
-
### If you need help...
60
+
61
+
### {% linkable_title Breaking Changes %}
62
+
63
+
-[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.
65
+
You have to note:
66
+
- There will not be any tags/fields named time anymore.
67
+
- All numeric fields (int/float/bool) will be stored as float inside influx db.
68
+
- All string fields corresponding to state attributes will be renamed as FIELDNAME_str, where FIELDNAME is the state attribute, to avoid type conflicts.
69
+
- All string fields corresponding to a state will be renamed as state (former value).
70
+
- Fields named value will always be stored as float.
71
+
- Fields named state will always be stored as string.
72
+
73
+
74
+
### {% linkable_title If you need help... %}
62
75
...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.
63
76
64
-
### Reporting Issues
77
+
### {% linkable_title Reporting Issues %}
65
78
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.
66
79
67
80
[@abmantis]: https://github.com/abmantis
@@ -137,4 +150,4 @@ Experiencing issues introduced by this release? Please report them in our [issue
0 commit comments