@@ -122,7 +122,7 @@ intent_script:
122
122
- Add support for input boolean to Google Assistant ([@balloob] - [#13030]) ([google_assistant docs])
123
123
- HomeKit Bugfix : names ([@cdce8p] - [#13031]) ([homekit docs])
124
124
125
- # # {% linkable_title Release 0.65.2 - March 11 %}
125
+ # # {% linkable_title Release 0.65.2 - March 10 %}
126
126
127
127
- Fix translations sometimes not loading in the frontend ([@armills])
128
128
- Fix sensibo's min/max_temp properties ([@jra3] - [#12996]) ([climate.sensibo docs])
@@ -134,6 +134,18 @@ intent_script:
134
134
- Don't call async from sync ([@balloob] - [#13057]) ([xiaomi_aqara docs])
135
135
- Convert decimals from SQL results ([@balloob] - [#13059]) ([sensor.sql docs])
136
136
137
+ # # {% linkable_title Release 0.65.3 - March 11 %}
138
+
139
+ - Implement Hue available property ([@balloob] - [#12939]) ([light.hue docs])
140
+ - Catch async from sync context by running asyncio event loop in debug mode during tests ([@balloob] - [#13058]) ([camera.arlo docs]) ([climate.generic_thermostat docs])
141
+ - Fixes KNX fire event problem, issue https://github.com/home-assistant/home-assistant/issues/13049 ([@Julius2342] - [#13062]) ([knx docs])
142
+ - Bump iGlo Version ([@jesserockz] - [#13063]) ([light.iglo docs])
143
+ - Fix Tado doing async wrong ([@balloob] - [#13078]) ([device_tracker.tado docs])
144
+ - Synology Camera : auto-renew session when it's expired ([@snjoetw] - [#13079]) ([camera.synology docs])
145
+ - Revert "Cast automatically drop connection (#12635)" ([@OttoWinter] - [#13094]) ([media_player.cast docs])
146
+ - Bump pyvera to 0.2.42. Improve event loop robustness. ([@pavoni] - [#13095]) ([vera docs])
147
+ - Fix Kodi by updateding jsonrpc-websocket to 0.6 ([@Tadly] - [#13096]) ([media_player.kodi docs])
148
+
137
149
# # {% linkable_title If you need help... %}
138
150
139
151
...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.
@@ -656,3 +668,29 @@ Experiencing issues introduced by this release? Please report them in our [issue
656
668
[sensor.sql docs] : https://home-assistant.io/components/sensor.sql/
657
669
[wink docs] : https://home-assistant.io/components/wink/
658
670
[xiaomi_aqara docs] : https://home-assistant.io/components/xiaomi_aqara/
671
+ [#12939]: https://github.com/home-assistant/home-assistant/pull/12939
672
+ [#13058]: https://github.com/home-assistant/home-assistant/pull/13058
673
+ [#13062]: https://github.com/home-assistant/home-assistant/pull/13062
674
+ [#13063]: https://github.com/home-assistant/home-assistant/pull/13063
675
+ [#13078]: https://github.com/home-assistant/home-assistant/pull/13078
676
+ [#13079]: https://github.com/home-assistant/home-assistant/pull/13079
677
+ [#13094]: https://github.com/home-assistant/home-assistant/pull/13094
678
+ [#13095]: https://github.com/home-assistant/home-assistant/pull/13095
679
+ [#13096]: https://github.com/home-assistant/home-assistant/pull/13096
680
+ [@Julius2342] : https://github.com/Julius2342
681
+ [@OttoWinter] : https://github.com/OttoWinter
682
+ [@Tadly] : https://github.com/Tadly
683
+ [@balloob] : https://github.com/balloob
684
+ [@jesserockz] : https://github.com/jesserockz
685
+ [@pavoni] : https://github.com/pavoni
686
+ [@snjoetw] : https://github.com/snjoetw
687
+ [camera.arlo docs] : https://home-assistant.io/components/camera.arlo/
688
+ [camera.synology docs] : https://home-assistant.io/components/camera.synology/
689
+ [climate.generic_thermostat docs] : https://home-assistant.io/components/climate.generic_thermostat/
690
+ [device_tracker.tado docs] : https://home-assistant.io/components/device_tracker.tado/
691
+ [knx docs] : https://home-assistant.io/components/knx/
692
+ [light.hue docs] : https://home-assistant.io/components/light.hue/
693
+ [light.iglo docs] : https://home-assistant.io/components/light.iglo/
694
+ [media_player.cast docs] : https://home-assistant.io/components/media_player.cast/
695
+ [media_player.kodi docs] : https://home-assistant.io/components/media_player.kodi/
696
+ [vera docs] : https://home-assistant.io/components/vera/
0 commit comments