|
| 1 | +-- |
| 2 | +layout: post |
| 3 | +title: "0.33: " |
| 4 | +description: "" |
| 5 | +date: 2016-11-14 03:04:05 +0000 |
| 6 | +date_formatted: "November 14, 2016" |
| 7 | +author: Fabian Affolter |
| 8 | +author_twitter: fabaff |
| 9 | +comments: true |
| 10 | +categories: Release-Notes |
| 11 | +--- |
| 12 | + |
| 13 | + |
| 14 | +## Changes |
| 15 | + |
| 16 | +- New [calendar component][google] including Google support ([@mnestor]) |
| 17 | +- Final core upgrade for async ([@pvizeli]) |
| 18 | +- Neato refactor + sensor support ([@turbokongen]) |
| 19 | +- Device Tracker: [Swisscom Internet-Box][swisscom] now supported ([@betrisey]) |
| 20 | +- Device Tracker - Locative: [Map support][locative] added ([@danijelst]) |
| 21 | +- Emulated Hue: Option to sent request info as variables to scripts that get called ([@bah2830]) |
| 22 | +- Wink: [Thermostats][wink-climate] are now supported ([@w1ll1am23]) |
| 23 | +- Light: New [MQTT template][mqtt-template] platform for custom communication ([@Diaoul]) |
| 24 | +- Wake on Lan switch can now configure a custom OFF script ([@Chris-V]) |
| 25 | +- Device Tracker: [Cisco IOS][cisco] now supported ([@fbradyirl]) |
| 26 | +- Sensor: Support for [PVOutput][pvoutput] snesor ([@fabaff]) |
| 27 | +- Sensor: Show count of connected clients to the [API stream][api-stream] ([@balloob]) |
| 28 | +- Fix platforms from doing I/O in the event loop ([@balloob], [@pvizeli], [@lwis], [@kellerza]) |
| 29 | +- Switch - TP Link: Add daily consumption [TP Link switches][tp-link] ([@gonzalezcalleja]) |
| 30 | +- Templates: Add new `strptime` function for parsing times ([@lwis]) |
| 31 | +- HTTP: Fix X-Forwarded-For parsing (@[mweinelt]) |
| 32 | +- Switch - Command Line: Use [configured object_id][command-line] for entity IDs ([@n8henrie]) |
| 33 | +- MQTT: Support added for [birth and last will][mqtt-will] messages ([@bestlibre]) |
| 34 | +- Better handling of accented characters in slugify ([@magicus]) |
| 35 | +- Alarm Control Panel - Envisalink: Add new [keypress service][envisalink] ([@jnimmo]) |
| 36 | +- Light - Hue: Add service to [activate scenes][hue] defined in Hue app ([@sdague]) |
| 37 | + |
| 38 | +## Breaking changes |
| 39 | + |
| 40 | + - We have included a fix that impacts how we generate entity ids. This only impacts devices with accented characters. Instead of being stripped out, they are now replaced with the non-accented version. So now `Tèst Mörê` will become `test_more` instead of `tst_mr`. |
| 41 | + - Command line switches will now use the specified object ID for their entity ID instead of basing it off the name. |
| 42 | + |
| 43 | +[@bah2830]: https://github.com/bah2830 |
| 44 | +[@balloob]: https://github.com/balloob |
| 45 | +[@bestlibre]: https://github.com/bestlibre |
| 46 | +[@betrisey]: https://github.com/betrisey |
| 47 | +[@Chris-V]: https://github.com/Chris-V |
| 48 | +[@danijelst]: https://github.com/danijelst |
| 49 | +[@Diaoul]: https://github.com/Diaoul |
| 50 | +[@fabaff]: https://github.com/fabaff |
| 51 | +[@fbradyirl]: https://github.com/fbradyirl |
| 52 | +[@gonzalezcalleja]: https://github.com/ |
| 53 | +[@jnimmo]: https://github.com/jnimmo |
| 54 | +[@kellerza]: https://github.com/kellerza |
| 55 | +[@lwis]: https://github.com/lwis |
| 56 | +[@magicus]: https://github.com/magicus |
| 57 | +[@mnestor]: https://github.com/mnestor |
| 58 | +[@mweinelt]: https://github.com/mweinelt |
| 59 | +[@n8henrie]: https://github.com/n8henrie |
| 60 | +[@pvizeli]: https://github.com/pvizeli |
| 61 | +[@sdague]: https://github.com/sdague |
| 62 | +[@turbokongen]: https://github.com/turbokongen |
| 63 | +[@w1ll1am23]: https://github.com/w1ll1am23 |
| 64 | + |
| 65 | +[api-stream]: https://home-assistant.io/components/sensor.api_stream/ |
| 66 | +[cisco]: https://home-assistant.io/components/device_tracker.cisco_ios/ |
| 67 | +[command-line]: https://home-assistant.io/components/switch.command_line/ |
| 68 | +[envisalink]: https://home-assistant.io/components/envisalink/ |
| 69 | +[google]: https://home-assistant.io/components/sensor.google_calendar/ |
| 70 | +[hue]: https://home-assistant.io/components/light.hue/ |
| 71 | +[locative]: https://home-assistant.io/components/device_tracker.locative/ |
| 72 | +[mqtt-template]: https://home-assistant.io/components/light.mqtt_template/ |
| 73 | +[mqtt-will]: https://home-assistant.io/components/mqtt/ |
| 74 | +[pvoutput]: https://home-assistant.io/components/sensor.pvoutput/ |
| 75 | +[swisscom]: https://home-assistant.io/components/device_tracker.swisscom/ |
| 76 | +[tp-link]: https://home-assistant.io/components/switch.tplink/ |
| 77 | +[wink-climate]: https://home-assistant.io/components/climate.wink/ |
| 78 | + |
0 commit comments