Skip to content

Commit 42529c6

Browse files
committed
Add release 0.44.1
1 parent 03d4cb5 commit 42529c6

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ date_released: 2017-05-06
147147
# Either # or the anchor link to latest release notes in the blog post.
148148
# Must be prefixed with a # and have double quotes around it.
149149
# Example #release-0431---april-25
150-
patch_version_notes: ""
150+
patch_version_notes: "release-0441---may-7"

source/_posts/2017-05-06-zigbee-opencv-dlib.markdown

+19
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ Experiencing issues introduced by this release? Please report them in our [issue
4545
- Add new sensor: Enviro pHAT ([@imrehg] - [#7427]) ([sensor.envirophat docs])
4646
- Add support for face recognition with dlib ([@pvizeli] - [#7421]) ([image_processing.dlib_face_detect docs]) ([image_processing.dlib_face_identify docs])
4747

48+
## {% linkable_title Release 0.44.1 - May 7 %}
49+
50+
- Fix opening add-ons in Hass.io store that are not installed ([@balloob])
51+
- sensor.envirophat: add missing requirement ([@imrehg] - [#7451]) ([sensor.envirophat docs])
52+
- Forecasts for weather underground ([@pezinek] - [#7062]) ([sensor.wunderground docs])
53+
- Upgrade pymysensors to 0.10.0 ([@MartinHjelmare] - [#7469])
54+
- Fix plant MIN_TEMPERATURE, MAX_TEMPERATURE validation ([@frog32] - [#7476]) ([plant docs])
55+
- Update to pyunifi 2.12 ([@finish06] - [#7468]) ([device_tracker.unifi docs])
56+
- MQTT Cover: Fixed status reporting for range with non-zero base ([@cribbstechnologies])
57+
4858
<!--more-->
4959
## {% linkable_title Breaking changes %}
5060

@@ -487,3 +497,12 @@ influxdb:
487497
[forum]: https://community.home-assistant.io/
488498
[gitter]: https://gitter.im/home-assistant/home-assistant
489499
[issue]: https://github.com/home-assistant/home-assistant/issues
500+
[#7062]: https://github.com/home-assistant/home-assistant/pull/7062
501+
[#7468]: https://github.com/home-assistant/home-assistant/pull/7468
502+
[#7469]: https://github.com/home-assistant/home-assistant/pull/7469
503+
[#7476]: https://github.com/home-assistant/home-assistant/pull/7476
504+
[@finish06]: https://github.com/finish06
505+
[@frog32]: https://github.com/frog32
506+
[@pezinek]: https://github.com/pezinek
507+
[device_tracker.unifi docs]: https://home-assistant.io/components/device_tracker.unifi/
508+
[sensor.wunderground docs]: https://home-assistant.io/components/sensor.wunderground/

0 commit comments

Comments
 (0)