Skip to content

Commit 94f7c7e

Browse files
committed
fixes
1 parent a9f7526 commit 94f7c7e

File tree

1 file changed

+24
-11
lines changed

1 file changed

+24
-11
lines changed

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

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ og_image: /images/blog/2016-12-0.35/social.png
1313

1414
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.
1515

16-
## Packages
16+
## {% 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-
## 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.
2121

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.
2424

25-
## Image processing
25+
## {% linkable_title Image processing %}
2626
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.
2727

28-
## All changes
28+
## {% linkable_title All changes %}
2929
- Sensor: Support for [HydroQuebec][quebec] ([@titilambert])
3030
- Sensor: Tracking the [ISS][iss] ([@HydrelioxGitHub])
3131
- Sensor: [USPS][usps] deliveries tracking ([@happyleavesaoc])
@@ -57,11 +57,24 @@ The new [image processing component][image] currently works with [number plates]
5757
- Scripts: Support for `last_triggered` ([@Danielhiversen])
5858
- Media player: Support for `SUPPORT_PLAY` flag ([@armills])
5959
- 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... %}
6275
...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.
6376

64-
### Reporting Issues
77+
### {% linkable_title Reporting Issues %}
6578
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.
6679

6780
[@abmantis]: https://github.com/abmantis
@@ -137,4 +150,4 @@ Experiencing issues introduced by this release? Please report them in our [issue
137150
[xiaomi]: https://home-assistant.io/components/device_tracker.xiaomi/
138151
[yeelight]: https://home-assistant.io/components/light.yeelight/
139152
[zengge]: https://home-assistant.io/components/light.zengge/
140-
153+
[apns]: https://home-assistant.io/components/notify.apns/

0 commit comments

Comments
 (0)