Skip to content

Commit 0b94861

Browse files
authored
Updated release blog post for 0.68.0b1 (rc) (home-assistant#5246)
1 parent 5f7f542 commit 0b94861

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

source/_posts/2018-04-27-release-68.markdown

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Highlights:
3030
- Add blackbird media player component ([@koolsb] - [#13549]) ([media_player.blackbird docs]) (new-platform)
3131
- Add support for Sensirion SHT31 temperature/humidity sensor ([@viorels] - [#12952]) ([sensor.sht31 docs]) (new-platform)
3232
- Upgraded miflora library to version 0.4.0 ([@ChristianKuehnel] - [#14005]) ([sensor.lmsensor docs]) ([sensor.miflora docs]) (new-platform)
33+
- Qwikswitch binary sensors ([@kellerza] - [#14008]) ([qwikswitch docs]) ([binary_sensor.qwikswitch docs]) ([sensor.qwikswitch docs]) (beta fix) (new-platform)
3334

3435
## {% linkable_title New Features %}
3536

@@ -39,6 +40,15 @@ Highlights:
3940
- Support Garage Doors in HomeKit ([@marthoc] - [#13796]) ([homekit docs]) (new-feature)
4041
- Support basic covers with open/close/stop services HomeKit ([@nickw444] - [#13819]) ([homekit docs]) (new-feature)
4142

43+
## {% linkable_title Beta Fixes %}
44+
45+
- Qwikswitch binary sensors ([@kellerza] - [#14008]) ([qwikswitch docs]) ([binary_sensor.qwikswitch docs]) ([sensor.qwikswitch docs]) (beta fix) (new-platform)
46+
- Order the output of the automation editor ([@balloob] - [#14019]) ([config docs]) (beta fix)
47+
- HomeKit Alarm Control Panel Code Exception Fix ([@schmittx] - [#14025]) ([homekit docs]) (beta fix)
48+
- Revert cast platform polling mode ([@OttoWinter] - [#14027]) ([media_player.cast docs]) (beta fix)
49+
- Handle HomeKit configuration failure more cleanly ([@mjg59] - [#14041]) ([homekit_controller docs]) (beta fix)
50+
- Update device classes for contact sensor HomeKit ([@marthoc] - [#14051]) ([homekit docs]) (beta fix)
51+
4252
## {% linkable_title If you need help... %}
4353

4454
...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
@@ -161,6 +171,12 @@ Experiencing issues introduced by this release? Please report them in our [issue
161171
- Tibber available ([@Danielhiversen] - [#13865]) ([sensor.tibber docs])
162172
- Upgrade pylutron-caseta to 0.5.0 to reestablish connections ([@rohankapoorcom] - [#14013]) ([lutron_caseta docs])
163173
- Add sensor device classes ([@balloob] - [#14010]) ([sensor docs]) ([sensor.ecobee docs]) ([sensor.linux_battery docs]) ([sensor.nest docs])
174+
- Qwikswitch binary sensors ([@kellerza] - [#14008]) ([qwikswitch docs]) ([binary_sensor.qwikswitch docs]) ([sensor.qwikswitch docs]) (beta fix) (new-platform)
175+
- Order the output of the automation editor ([@balloob] - [#14019]) ([config docs]) (beta fix)
176+
- HomeKit Alarm Control Panel Code Exception Fix ([@schmittx] - [#14025]) ([homekit docs]) (beta fix)
177+
- Revert cast platform polling mode ([@OttoWinter] - [#14027]) ([media_player.cast docs]) (beta fix)
178+
- Handle HomeKit configuration failure more cleanly ([@mjg59] - [#14041]) ([homekit_controller docs]) (beta fix)
179+
- Update device classes for contact sensor HomeKit ([@marthoc] - [#14051]) ([homekit docs]) (beta fix)
164180

165181
[#10688]: https://github.com/home-assistant/home-assistant/pull/10688
166182
[#12224]: https://github.com/home-assistant/home-assistant/pull/12224
@@ -443,3 +459,22 @@ Experiencing issues introduced by this release? Please report them in our [issue
443459
[vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/
444460
[weather.yweather docs]: /components/weather.yweather/
445461
[zha docs]: /components/zha/
462+
[#14008]: https://github.com/home-assistant/home-assistant/pull/14008
463+
[#14019]: https://github.com/home-assistant/home-assistant/pull/14019
464+
[#14025]: https://github.com/home-assistant/home-assistant/pull/14025
465+
[#14027]: https://github.com/home-assistant/home-assistant/pull/14027
466+
[#14041]: https://github.com/home-assistant/home-assistant/pull/14041
467+
[#14051]: https://github.com/home-assistant/home-assistant/pull/14051
468+
[@OttoWinter]: https://github.com/OttoWinter
469+
[@balloob]: https://github.com/balloob
470+
[@kellerza]: https://github.com/kellerza
471+
[@marthoc]: https://github.com/marthoc
472+
[@mjg59]: https://github.com/mjg59
473+
[@schmittx]: https://github.com/schmittx
474+
[binary_sensor.qwikswitch docs]: /components/binary_sensor.qwikswitch/
475+
[config docs]: /components/config/
476+
[homekit docs]: /components/homekit/
477+
[homekit_controller docs]: /components/homekit_controller/
478+
[media_player.cast docs]: /components/media_player.cast/
479+
[qwikswitch docs]: /components/qwikswitch/
480+
[sensor.qwikswitch docs]: /components/sensor.qwikswitch/

0 commit comments

Comments
 (0)