Skip to content

Commit c784e9b

Browse files
committed
Release 0.40.1
1 parent 05d3796 commit c784e9b

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

_config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ social:
128128
# Home Assistant release details
129129
current_major_version: 0
130130
current_minor_version: 40
131-
current_patch_version: 0
132-
date_released: 2017-03-11
131+
current_patch_version: 1
132+
date_released: 2017-03-16
133133

134134
# Either # or the anchor link to latest release notes in the blog post.
135135
# Must be prefixed with a # and have double quotes around it.
136-
patch_version_notes: "#"
136+
patch_version_notes: "#release-0401---march-16"

source/_posts/2017-03-11-repurpose-any-android-phone-as-ip-camera.markdown

+25
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,18 @@ twilio:
6969
### Reporting Issues
7070
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
7171

72+
### {% linkable_title Release 0.40.1 - March 16 %}
73+
74+
- Fix wake_on_lan ping with None as host ([@iamtpage] - [#6532])
75+
- Don't start the push updater if the Apple TV is 'off' ([@jnewland] - [#6552])
76+
- Fix for the case of zwave value used in several devices. ([@andrey-git] - [#6577])
77+
- Fix hydroquebec ([@titilambert] - [#6574])
78+
- Update pyecobee version to 0.0.7 ([@dale3h] - [#6593])
79+
- Update SMA solar sensor to work with the new add_devices callback ([@kellerza] - [#6602])
80+
- since knx_2_float can't handle 0, bypass converting 0 value from knx to float ([@goofz] - [#6626])
81+
- Fix Osram Lightify colors ([@deisi] - [#6598])
82+
- Bugfix RFLINK remove group ([@pvizeli] - [#6580])
83+
7284
<!--more-->
7385

7486
## All changes
@@ -295,3 +307,16 @@ Experiencing issues introduced by this release? Please report them in our [issue
295307
[issue]: https://github.com/home-assistant/home-assistant/issues
296308
[EFF]: https://www.eff.org
297309
[hass-shirt]: https://home-assistant.io/blog/2017/02/22/home-assistant-tshirts-have-arrived/
310+
[#6532]: https://github.com/home-assistant/home-assistant/pull/6532
311+
[#6552]: https://github.com/home-assistant/home-assistant/pull/6552
312+
[#6574]: https://github.com/home-assistant/home-assistant/pull/6574
313+
[#6577]: https://github.com/home-assistant/home-assistant/pull/6577
314+
[#6580]: https://github.com/home-assistant/home-assistant/pull/6580
315+
[#6593]: https://github.com/home-assistant/home-assistant/pull/6593
316+
[#6598]: https://github.com/home-assistant/home-assistant/pull/6598
317+
[#6602]: https://github.com/home-assistant/home-assistant/pull/6602
318+
[#6626]: https://github.com/home-assistant/home-assistant/pull/6626
319+
[@deisi]: https://github.com/deisi
320+
[@goofz]: https://github.com/goofz
321+
[@iamtpage]: https://github.com/iamtpage
322+
[@jnewland]: https://github.com/jnewland

0 commit comments

Comments
 (0)