Skip to content

Commit 1c8e1be

Browse files
committed
Release 0.49.1
1 parent e464238 commit 1c8e1be

File tree

2 files changed

+50
-5
lines changed

2 files changed

+50
-5
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ social:
143143
# Home Assistant release details
144144
current_major_version: 0
145145
current_minor_version: 49
146-
current_patch_version: 0
147-
date_released: 2017-07-16
146+
current_patch_version: 1
147+
date_released: 2017-07-24
148148

149149
# Either # or the anchor link to latest release notes in the blog post.
150150
# Must be prefixed with a # and have double quotes around it.
151151
# Major release:
152-
patch_version_notes: "#"
152+
patch_version_notes: "#release-0491---july-24"
153153
# Minor release (Example #release-0431---april-25):

source/_posts/2017-07-16-release-49.markdown

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,25 @@ This feature has also been brought to you by [@Andrey-git]! Big shout out to him
5757
- Added media_extractor service ([@minchik] - [#8369]) ([media_extractor docs]) (new-platform)
5858
- Vizio SmartCast support ([@vkorn] - [#8260]) ([media_player.vizio docs]) (new-platform)
5959

60+
## {% linkable_title Release 0.49.1 - July 24 %}
61+
62+
- Fix TP-Link device tracker regression since 0.49 ([@maikelwever] - [#8497]) ([device_tracker.tplink docs])
63+
- prometheus: Convert fahrenheit to celsius ([@rcloran] - [#8511]) ([prometheus docs])
64+
- Update dlib_face_detect.py ([@pvizeli] - [#8516]) ([image_processing.dlib_face_detect docs])
65+
- Realfix for dlib ([@pvizeli] - [#8517]) ([image_processing.dlib_face_detect docs])
66+
- Attach the `chat_id` for a callback query from a chat group (fixes #8461) ([@azogue] - [#8523]) ([telegram_bot docs])
67+
- Fix support for multiple Apple TVs ([@postlund] - [#8539])
68+
- LIFX: assume default features for unknown products ([@amelchio] - [#8553]) ([light.lifx docs])
69+
- Fix broken status update for lighting4 devices ([@ypollart] - [#8543]) ([rfxtrx docs]) ([binary_sensor.rfxtrx docs])
70+
- zha: Update to bellows 0.3.4 ([@rcloran] - [#8594]) ([zha docs])
71+
- Fix STATION_SCHEMA validation on longitude ([@clkao] - [#8610]) ([sensor.citybikes docs])
72+
- Bumped Amcrest version ([@tchellomello] - [#8624]) ([amcrest docs])
73+
- Check if /dev/input/by-id exists ([@schaal] - [#8601]) ([keyboard_remote docs])
74+
- Tado Fix #8606 ([@filcole] - [#8621]) ([climate.tado docs])
75+
- prometheus: Fix zwave battery level ([@rcloran] - [#8615]) ([prometheus docs])
76+
- ubus: Make multiple instances work again ([@glance-] - [#8571]) ([device_tracker.ubus docs])
77+
- Properly slugify switch.flux update service name ([@jawilson] - [#8545]) ([switch.flux docs])
78+
6079
## {% linkable_title If you need help... %}
6180
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
6281

@@ -395,7 +414,6 @@ amcrest:
395414
[light.zha docs]: https://home-assistant.io/components/light.zha/
396415
[lutron docs]: https://home-assistant.io/components/lutron/
397416
[media_extractor docs]: https://home-assistant.io/components/media_extractor/
398-
[media_extractor docs]: https://home-assistant.io/components/media_extractor/
399417
[media_player.apple_tv docs]: https://home-assistant.io/components/media_player.apple_tv/
400418
[media_player.denonavr docs]: https://home-assistant.io/components/media_player.denonavr/
401419
[media_player.emby docs]: https://home-assistant.io/components/media_player.emby/
@@ -432,7 +450,6 @@ amcrest:
432450
[sensor.openweathermap docs]: https://home-assistant.io/components/sensor.openweathermap/
433451
[sensor.otp docs]: https://home-assistant.io/components/sensor.otp/
434452
[sensor.rflink docs]: https://home-assistant.io/components/sensor.rflink/
435-
[sensor.london_underground docs]: https://home-assistant.io/components/sensor.london_underground/
436453
[sensor.uber docs]: https://home-assistant.io/components/sensor.uber/
437454
[sensor.waqi docs]: https://home-assistant.io/components/sensor.waqi/
438455
[sensor.yweather docs]: https://home-assistant.io/components/sensor.yweather/
@@ -460,3 +477,31 @@ amcrest:
460477
[forum]: https://community.home-assistant.io/
461478
[issue]: https://github.com/home-assistant/home-assistant/issues
462479
[discord]: https://discord.gg/c5DvZ4e
480+
[#8497]: https://github.com/home-assistant/home-assistant/pull/8497
481+
[#8511]: https://github.com/home-assistant/home-assistant/pull/8511
482+
[#8516]: https://github.com/home-assistant/home-assistant/pull/8516
483+
[#8517]: https://github.com/home-assistant/home-assistant/pull/8517
484+
[#8523]: https://github.com/home-assistant/home-assistant/pull/8523
485+
[#8539]: https://github.com/home-assistant/home-assistant/pull/8539
486+
[#8543]: https://github.com/home-assistant/home-assistant/pull/8543
487+
[#8553]: https://github.com/home-assistant/home-assistant/pull/8553
488+
[#8594]: https://github.com/home-assistant/home-assistant/pull/8594
489+
[#8610]: https://github.com/home-assistant/home-assistant/pull/8610
490+
[@clkao]: https://github.com/clkao
491+
[@maikelwever]: https://github.com/maikelwever
492+
[@ypollart]: https://github.com/ypollart
493+
[binary_sensor.rfxtrx docs]: https://home-assistant.io/components/binary_sensor.rfxtrx/
494+
[telegram_bot docs]: https://home-assistant.io/components/telegram_bot/
495+
[#8545]: https://github.com/home-assistant/home-assistant/pull/8545
496+
[#8571]: https://github.com/home-assistant/home-assistant/pull/8571
497+
[#8601]: https://github.com/home-assistant/home-assistant/pull/8601
498+
[#8615]: https://github.com/home-assistant/home-assistant/pull/8615
499+
[#8621]: https://github.com/home-assistant/home-assistant/pull/8621
500+
[#8624]: https://github.com/home-assistant/home-assistant/pull/8624
501+
[@filcole]: https://github.com/filcole
502+
[@glance-]: https://github.com/glance-
503+
[@jawilson]: https://github.com/jawilson
504+
[@schaal]: https://github.com/schaal
505+
[device_tracker.ubus docs]: https://home-assistant.io/components/device_tracker.ubus/
506+
[keyboard_remote docs]: https://home-assistant.io/components/keyboard_remote/
507+
[switch.flux docs]: https://home-assistant.io/components/switch.flux/

0 commit comments

Comments
 (0)