Skip to content

Commit 0b390a6

Browse files
authored
1 parent fb94fe8 commit 0b390a6

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ social:
108108
# Home Assistant release details
109109
current_major_version: 2021
110110
current_minor_version: 10
111-
current_patch_version: 3
112-
date_released: 2021-10-10
111+
current_patch_version: 4
112+
date_released: 2021-10-11
113113

114114
# Either # or the anchor link to latest release notes in the blog post.
115115
# Must be prefixed with a # and have double quotes around it.

source/_posts/2021-10-06-release-202110.markdown

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Enjoy the release!
6060
- [Release 2021.10.1 - October 7](#release-2021101---october-7)
6161
- [Release 2021.10.2 - October 8](#release-2021102---october-8)
6262
- [Release 2021.10.3 - October 10](#release-2021103---october-10)
63+
- [Release 2021.10.4 - October 11](#release-2021104---october-11)
6364
- [If you need help...](#if-you-need-help)
6465
- [Breaking Changes](#breaking-changes)
6566
- [Farewell to the following](#farewell-to-the-following)
@@ -372,6 +373,43 @@ The following integrations are now available via the Home Assistant UI:
372373
[yeelight docs]: /integrations/yeelight/
373374
[zeroconf docs]: /integrations/zeroconf/
374375

376+
## Release 2021.10.4 - October 11
377+
378+
- Upgrade youless library to fix missing sensor LS110 ([@gjong] - [#57366]) ([youless docs])
379+
- Fix Netgear orbi port in ssdp discovery ([@starkillerOG] - [#57432]) ([netgear docs])
380+
- Fix upnp creating derived sensors ([@StevenLooman] - [#57436]) ([upnp docs])
381+
- Fix referenced before assignment in modem_callerid ([@tkdrob] - [#57460]) ([modem_callerid docs])
382+
- Upgrade aiomusiccast to tolererate not decodable characters ([@micha91] - [#57461]) ([yamaha_musiccast docs])
383+
- Detect if mysql and sqlite support row_number ([@emontnemery] - [#57475]) ([recorder docs]) ([sensor docs])
384+
- Bump youtube-dl to 2021.06.06 ([@chpego] - [#57490]) ([media_extractor docs])
385+
- Simplify yeelight setup to improve reliability ([@bdraco] - [#57500]) ([yeelight docs])
386+
387+
[#57366]: https://github.com/home-assistant/core/pull/57366
388+
[#57432]: https://github.com/home-assistant/core/pull/57432
389+
[#57436]: https://github.com/home-assistant/core/pull/57436
390+
[#57460]: https://github.com/home-assistant/core/pull/57460
391+
[#57461]: https://github.com/home-assistant/core/pull/57461
392+
[#57475]: https://github.com/home-assistant/core/pull/57475
393+
[#57490]: https://github.com/home-assistant/core/pull/57490
394+
[#57500]: https://github.com/home-assistant/core/pull/57500
395+
[@StevenLooman]: https://github.com/StevenLooman
396+
[@bdraco]: https://github.com/bdraco
397+
[@chpego]: https://github.com/chpego
398+
[@emontnemery]: https://github.com/emontnemery
399+
[@gjong]: https://github.com/gjong
400+
[@micha91]: https://github.com/micha91
401+
[@starkillerOG]: https://github.com/starkillerOG
402+
[@tkdrob]: https://github.com/tkdrob
403+
[media_extractor docs]: /integrations/media_extractor/
404+
[modem_callerid docs]: /integrations/modem_callerid/
405+
[netgear docs]: /integrations/netgear/
406+
[recorder docs]: /integrations/recorder/
407+
[sensor docs]: /integrations/sensor/
408+
[upnp docs]: /integrations/upnp/
409+
[yamaha_musiccast docs]: /integrations/yamaha_musiccast/
410+
[yeelight docs]: /integrations/yeelight/
411+
[youless docs]: /integrations/youless/
412+
375413
## If you need help...
376414

377415
...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e).

0 commit comments

Comments
 (0)