mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Release 0.40.1
This commit is contained in:
parent
05d3796c2a
commit
c784e9b29f
@ -128,9 +128,9 @@ social:
|
|||||||
# Home Assistant release details
|
# Home Assistant release details
|
||||||
current_major_version: 0
|
current_major_version: 0
|
||||||
current_minor_version: 40
|
current_minor_version: 40
|
||||||
current_patch_version: 0
|
current_patch_version: 1
|
||||||
date_released: 2017-03-11
|
date_released: 2017-03-16
|
||||||
|
|
||||||
# Either # or the anchor link to latest release notes in the blog post.
|
# Either # or the anchor link to latest release notes in the blog post.
|
||||||
# Must be prefixed with a # and have double quotes around it.
|
# Must be prefixed with a # and have double quotes around it.
|
||||||
patch_version_notes: "#"
|
patch_version_notes: "#release-0401---march-16"
|
||||||
|
@ -69,6 +69,18 @@ twilio:
|
|||||||
### Reporting Issues
|
### Reporting Issues
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
### {% linkable_title Release 0.40.1 - March 16 %}
|
||||||
|
|
||||||
|
- Fix wake_on_lan ping with None as host ([@iamtpage] - [#6532])
|
||||||
|
- Don't start the push updater if the Apple TV is 'off' ([@jnewland] - [#6552])
|
||||||
|
- Fix for the case of zwave value used in several devices. ([@andrey-git] - [#6577])
|
||||||
|
- Fix hydroquebec ([@titilambert] - [#6574])
|
||||||
|
- Update pyecobee version to 0.0.7 ([@dale3h] - [#6593])
|
||||||
|
- Update SMA solar sensor to work with the new add_devices callback ([@kellerza] - [#6602])
|
||||||
|
- since knx_2_float can't handle 0, bypass converting 0 value from knx to float ([@goofz] - [#6626])
|
||||||
|
- Fix Osram Lightify colors ([@deisi] - [#6598])
|
||||||
|
- Bugfix RFLINK remove group ([@pvizeli] - [#6580])
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
## All changes
|
## All changes
|
||||||
@ -295,3 +307,16 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[issue]: https://github.com/home-assistant/home-assistant/issues
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||||
[EFF]: https://www.eff.org
|
[EFF]: https://www.eff.org
|
||||||
[hass-shirt]: https://home-assistant.io/blog/2017/02/22/home-assistant-tshirts-have-arrived/
|
[hass-shirt]: https://home-assistant.io/blog/2017/02/22/home-assistant-tshirts-have-arrived/
|
||||||
|
[#6532]: https://github.com/home-assistant/home-assistant/pull/6532
|
||||||
|
[#6552]: https://github.com/home-assistant/home-assistant/pull/6552
|
||||||
|
[#6574]: https://github.com/home-assistant/home-assistant/pull/6574
|
||||||
|
[#6577]: https://github.com/home-assistant/home-assistant/pull/6577
|
||||||
|
[#6580]: https://github.com/home-assistant/home-assistant/pull/6580
|
||||||
|
[#6593]: https://github.com/home-assistant/home-assistant/pull/6593
|
||||||
|
[#6598]: https://github.com/home-assistant/home-assistant/pull/6598
|
||||||
|
[#6602]: https://github.com/home-assistant/home-assistant/pull/6602
|
||||||
|
[#6626]: https://github.com/home-assistant/home-assistant/pull/6626
|
||||||
|
[@deisi]: https://github.com/deisi
|
||||||
|
[@goofz]: https://github.com/goofz
|
||||||
|
[@iamtpage]: https://github.com/iamtpage
|
||||||
|
[@jnewland]: https://github.com/jnewland
|
||||||
|
Loading…
x
Reference in New Issue
Block a user