Skip to content

Commit 4887c9c

Browse files
committed
release 0.65.3
1 parent 2111cf5 commit 4887c9c

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ social:
140140
# Home Assistant release details
141141
current_major_version: 0
142142
current_minor_version: 65
143-
current_patch_version: 2
143+
current_patch_version: 3
144144
date_released: 2018-03-11
145145

146146
# Either # or the anchor link to latest release notes in the blog post.

source/_posts/2018-03-09-release-65.markdown

+39-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ intent_script:
122122
- Add support for input boolean to Google Assistant ([@balloob] - [#13030]) ([google_assistant docs])
123123
- HomeKit Bugfix: names ([@cdce8p] - [#13031]) ([homekit docs])
124124

125-
## {% linkable_title Release 0.65.2 - March 11 %}
125+
## {% linkable_title Release 0.65.2 - March 10 %}
126126

127127
- Fix translations sometimes not loading in the frontend ([@armills])
128128
- Fix sensibo's min/max_temp properties ([@jra3] - [#12996]) ([climate.sensibo docs])
@@ -134,6 +134,18 @@ intent_script:
134134
- Don't call async from sync ([@balloob] - [#13057]) ([xiaomi_aqara docs])
135135
- Convert decimals from SQL results ([@balloob] - [#13059]) ([sensor.sql docs])
136136

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+
137149
## {% linkable_title If you need help... %}
138150

139151
...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
656668
[sensor.sql docs]: https://home-assistant.io/components/sensor.sql/
657669
[wink docs]: https://home-assistant.io/components/wink/
658670
[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

Comments
 (0)