@@ -122,6 +122,18 @@ 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 %}
126
+
127
+ - Fix translations sometimes not loading in the frontend ([@armills])
128
+ - Fix sensibo's min/max_temp properties ([@jra3] - [#12996]) ([climate.sensibo docs])
129
+ - Use request.query ([@ptarjan] - [#13037]) ([wink docs])
130
+ - Ensure we have valid config AFTER merging packages # 13015 ([@kellerza] - [#13038])
131
+ - Bump pysabnzbd version ([@jeradM] - [#13042]) ([sensor.sabnzbd docs])
132
+ - Fix async lifx_set_state ([@amelchio] - [#13045]) ([light.lifx docs])
133
+ - Yeelight version bumped. ([@syssi] - [#13056]) ([light.yeelight docs])
134
+ - Don't call async from sync ([@balloob] - [#13057]) ([xiaomi_aqara docs])
135
+ - Convert decimals from SQL results ([@balloob] - [#13059]) ([sensor.sql docs])
136
+
125
137
# # {% linkable_title If you need help... %}
126
138
127
139
...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.
@@ -621,3 +633,26 @@ Experiencing issues introduced by this release? Please report them in our [issue
621
633
[device_tracker docs] : https://home-assistant.io/components/device_tracker/
622
634
[google_assistant docs] : https://home-assistant.io/components/google_assistant/
623
635
[homekit docs] : https://home-assistant.io/components/homekit/
636
+ [#12996]: https://github.com/home-assistant/home-assistant/pull/12996
637
+ [#13037]: https://github.com/home-assistant/home-assistant/pull/13037
638
+ [#13038]: https://github.com/home-assistant/home-assistant/pull/13038
639
+ [#13042]: https://github.com/home-assistant/home-assistant/pull/13042
640
+ [#13045]: https://github.com/home-assistant/home-assistant/pull/13045
641
+ [#13056]: https://github.com/home-assistant/home-assistant/pull/13056
642
+ [#13057]: https://github.com/home-assistant/home-assistant/pull/13057
643
+ [#13059]: https://github.com/home-assistant/home-assistant/pull/13059
644
+ [@amelchio] : https://github.com/amelchio
645
+ [@balloob] : https://github.com/balloob
646
+ [@jeradM] : https://github.com/jeradM
647
+ [@jra3] : https://github.com/jra3
648
+ [@kellerza] : https://github.com/kellerza
649
+ [@armills] : https://github.com/armills
650
+ [@ptarjan] : https://github.com/ptarjan
651
+ [@syssi] : https://github.com/syssi
652
+ [climate.sensibo docs] : https://home-assistant.io/components/climate.sensibo/
653
+ [light.lifx docs] : https://home-assistant.io/components/light.lifx/
654
+ [light.yeelight docs] : https://home-assistant.io/components/light.yeelight/
655
+ [sensor.sabnzbd docs] : https://home-assistant.io/components/sensor.sabnzbd/
656
+ [sensor.sql docs] : https://home-assistant.io/components/sensor.sql/
657
+ [wink docs] : https://home-assistant.io/components/wink/
658
+ [xiaomi_aqara docs] : https://home-assistant.io/components/xiaomi_aqara/
0 commit comments