Skip to content

Commit 882aa7b

Browse files
committed
Release 0.66.1
1 parent 3bdf57e commit 882aa7b

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ social:
140140
# Home Assistant release details
141141
current_major_version: 0
142142
current_minor_version: 66
143-
current_patch_version: 0
144-
date_released: 2018-03-30
143+
current_patch_version: 1
144+
date_released: 2018-04-01
145145

146146
# Either # or the anchor link to latest release notes in the blog post.
147147
# Must be prefixed with a # and have double quotes around it.
148148
# Major release:
149-
patch_version_notes: "#"
149+
patch_version_notes: "#release-0661---april-1"
150150
# Minor release (Example #release-0431---april-25):
151151

152152
# Date we moved to Discourse for comments

source/_posts/2018-03-30-release-66.markdown

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ A quick note if you are using Philips Hue and a Hue custom component: it will no
3636
- Add trafikverket_weatherstation sensor platform ([@Qxlkdr] - [#12115]) ([sensor.trafikverket_weatherstation docs]) (new-platform)
3737
- Security fix & lock for HomeMatic ([@PH89] - [#11980]) ([homematic docs]) ([lock docs]) ([lock.homematic docs]) (breaking change) (new-platform)
3838

39+
## {% linkable_title Release 0.66.1 - April 1 %}
40+
41+
- Update frontend to fix climate and chart issues ([@NovapaX] & [@c727])
42+
- Fix mqtt_json color commands ([@armills] - [#13617]) ([light.mqtt_json docs])
43+
- Add pincode fallback ([@cdce8p] - [#13587]) ([homekit docs])
44+
- Fix mysensors sensor type lookup ([@MartinHjelmare] - [#13574]) ([sensor.mysensors docs])
45+
3946
## {% linkable_title If you need help... %}
4047

4148
...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.
@@ -553,3 +560,12 @@ Experiencing issues introduced by this release? Please report them in our [issue
553560
[zeroconf docs]: /components/zeroconf/
554561
[zha docs]: /components/zha/
555562
[zwave docs]: /components/zwave/
563+
[#13574]: https://github.com/home-assistant/home-assistant/pull/13574
564+
[#13587]: https://github.com/home-assistant/home-assistant/pull/13587
565+
[#13617]: https://github.com/home-assistant/home-assistant/pull/13617
566+
[@MartinHjelmare]: https://github.com/MartinHjelmare
567+
[@armills]: https://github.com/armills
568+
[@cdce8p]: https://github.com/cdce8p
569+
[homekit docs]: https://www.home-assistant.io/components/homekit/
570+
[light.mqtt_json docs]: https://www.home-assistant.io/components/light.mqtt_json/
571+
[sensor.mysensors docs]: https://www.home-assistant.io/components/sensor.mysensors/

0 commit comments

Comments
 (0)