@@ -30,6 +30,7 @@ Highlights:
30
30
- Add blackbird media player component ([ @koolsb ] - [ #13549 ] ) ([ media_player.blackbird docs] ) (new-platform)
31
31
- Add support for Sensirion SHT31 temperature/humidity sensor ([ @viorels ] - [ #12952 ] ) ([ sensor.sht31 docs] ) (new-platform)
32
32
- 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)
33
34
34
35
## {% linkable_title New Features %}
35
36
@@ -39,6 +40,15 @@ Highlights:
39
40
- Support Garage Doors in HomeKit ([ @marthoc ] - [ #13796 ] ) ([ homekit docs] ) (new-feature)
40
41
- Support basic covers with open/close/stop services HomeKit ([ @nickw444 ] - [ #13819 ] ) ([ homekit docs] ) (new-feature)
41
42
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
+
42
52
## {% linkable_title If you need help... %}
43
53
44
54
...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
161
171
- Tibber available ([ @Danielhiversen ] - [ #13865 ] ) ([ sensor.tibber docs] )
162
172
- Upgrade pylutron-caseta to 0.5.0 to reestablish connections ([ @rohankapoorcom ] - [ #14013 ] ) ([ lutron_caseta docs] )
163
173
- 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)
164
180
165
181
[ #10688 ] : https://github.com/home-assistant/home-assistant/pull/10688
166
182
[ #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
443
459
[ vacuum.xiaomi_miio docs ] : /components/vacuum.xiaomi_miio/
444
460
[ weather.yweather docs ] : /components/weather.yweather/
445
461
[ 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