@@ -57,6 +57,25 @@ This feature has also been brought to you by [@Andrey-git]! Big shout out to him
57
57
- Added media_extractor service ([@minchik] - [#8369]) ([media_extractor docs]) (new-platform)
58
58
- Vizio SmartCast support ([@vkorn] - [#8260]) ([media_player.vizio docs]) (new-platform)
59
59
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
+
60
79
# # {% linkable_title If you need help... %}
61
80
...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.
62
81
@@ -395,7 +414,6 @@ amcrest:
395
414
[light.zha docs] : https://home-assistant.io/components/light.zha/
396
415
[lutron docs] : https://home-assistant.io/components/lutron/
397
416
[media_extractor docs] : https://home-assistant.io/components/media_extractor/
398
- [media_extractor docs] : https://home-assistant.io/components/media_extractor/
399
417
[media_player.apple_tv docs] : https://home-assistant.io/components/media_player.apple_tv/
400
418
[media_player.denonavr docs] : https://home-assistant.io/components/media_player.denonavr/
401
419
[media_player.emby docs] : https://home-assistant.io/components/media_player.emby/
@@ -432,7 +450,6 @@ amcrest:
432
450
[sensor.openweathermap docs] : https://home-assistant.io/components/sensor.openweathermap/
433
451
[sensor.otp docs] : https://home-assistant.io/components/sensor.otp/
434
452
[sensor.rflink docs] : https://home-assistant.io/components/sensor.rflink/
435
- [sensor.london_underground docs] : https://home-assistant.io/components/sensor.london_underground/
436
453
[sensor.uber docs] : https://home-assistant.io/components/sensor.uber/
437
454
[sensor.waqi docs] : https://home-assistant.io/components/sensor.waqi/
438
455
[sensor.yweather docs] : https://home-assistant.io/components/sensor.yweather/
@@ -460,3 +477,31 @@ amcrest:
460
477
[forum] : https://community.home-assistant.io/
461
478
[issue] : https://github.com/home-assistant/home-assistant/issues
462
479
[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