Skip to content

Commit dcad6c2

Browse files
committed
2021.11.1
1 parent f6fa930 commit dcad6c2

File tree

2 files changed

+57
-3
lines changed

2 files changed

+57
-3
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: 11
111-
current_patch_version: 0
112-
date_released: 2021-11-03
111+
current_patch_version: 1
112+
date_released: 2021-11-05
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-11-03-release-202111.markdown

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Enjoy the release!
6161
- [Other noteworthy changes](#other-noteworthy-changes)
6262
- [New Integrations](#new-integrations)
6363
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
64+
- [Release 2021.11.1 - November 5](#release-2021111---november-5)
6465
- [If you need help...](#if-you-need-help)
6566
- [Breaking Changes](#breaking-changes)
6667
- [Farewell to the following](#farewell-to-the-following)
@@ -246,7 +247,7 @@ really helpful if you need to compare against another DateTime. For example:
246247

247248
```yaml
248249
# Is the current time past 10:15?
249-
{{ now() > today_at("10:15") }}
250+
{{ now() > today_at("10:15") }}
250251
```
251252

252253
{% endraw %}
@@ -346,6 +347,59 @@ The following integrations are now available via the Home Assistant UI:
346347
- [Venstar][venstar docs], done by [@garbled1]
347348
- [VLC Media Player Telnet][vlc_telnet docs], done by [@MartinHjelmare]
348349

350+
## Release 2021.11.1 - November 5
351+
352+
- Swap sharkiq vacuum is_docked with is_charging ([@tomgie] - [#58975]) ([sharkiq docs])
353+
- Fix mop attribute for unified mop and water box in Xiaomi Miio ([@OGKevin] - [#58990]) ([xiaomi_miio docs])
354+
- Fix timedelta-based sensors for xiaomi_miio ([@rytilahti] - [#58995]) ([xiaomi_miio docs])
355+
- Bump aiopvpc to 2.2.1 ([@azogue] - [#59008]) ([pvpc_hourly_pricing docs])
356+
- Accept all roborock vacuum models for xiaomi_miio ([@rytilahti] - [#59018]) ([xiaomi_miio docs])
357+
- Fix Nut resources option migration ([@ollo69] - [#59020]) ([nut docs])
358+
- Environment Canada config_flow fix ([@gwww] - [#59029]) ([environment_canada docs])
359+
- Bump velbus-aio to 2021.11.0 ([@Cereal2nd] - [#59040]) ([velbus docs])
360+
- Constrain urllib3 to >=1.26.5 ([@frenck] - [#59043])
361+
- Correct migration to recorder schema 22 ([@emontnemery] - [#59048]) ([recorder docs])
362+
- Increase time to authorize OctoPrint ([@frenck] - [#59051]) ([octoprint docs])
363+
- Remove use_time sensor from mjjsq humidifers ([@rytilahti] - [#59066]) ([xiaomi_miio docs])
364+
- Change minimum supported SQLite version to 3.31.0 ([@emontnemery] - [#59073]) ([recorder docs])
365+
- Correct rescheduling of ExternalStatisticsTask ([@emontnemery] - [#59076]) ([recorder docs])
366+
- Bump flux_led to 0.24.14 ([@bdraco] - [#59121]) ([flux_led docs])
367+
368+
[#58975]: https://github.com/home-assistant/core/pull/58975
369+
[#58990]: https://github.com/home-assistant/core/pull/58990
370+
[#58995]: https://github.com/home-assistant/core/pull/58995
371+
[#59008]: https://github.com/home-assistant/core/pull/59008
372+
[#59018]: https://github.com/home-assistant/core/pull/59018
373+
[#59020]: https://github.com/home-assistant/core/pull/59020
374+
[#59029]: https://github.com/home-assistant/core/pull/59029
375+
[#59040]: https://github.com/home-assistant/core/pull/59040
376+
[#59043]: https://github.com/home-assistant/core/pull/59043
377+
[#59048]: https://github.com/home-assistant/core/pull/59048
378+
[#59051]: https://github.com/home-assistant/core/pull/59051
379+
[#59066]: https://github.com/home-assistant/core/pull/59066
380+
[#59073]: https://github.com/home-assistant/core/pull/59073
381+
[#59076]: https://github.com/home-assistant/core/pull/59076
382+
[#59121]: https://github.com/home-assistant/core/pull/59121
383+
[@Cereal2nd]: https://github.com/Cereal2nd
384+
[@OGKevin]: https://github.com/OGKevin
385+
[@azogue]: https://github.com/azogue
386+
[@bdraco]: https://github.com/bdraco
387+
[@emontnemery]: https://github.com/emontnemery
388+
[@frenck]: https://github.com/frenck
389+
[@gwww]: https://github.com/gwww
390+
[@ollo69]: https://github.com/ollo69
391+
[@rytilahti]: https://github.com/rytilahti
392+
[@tomgie]: https://github.com/tomgie
393+
[environment_canada docs]: /integrations/environment_canada/
394+
[flux_led docs]: /integrations/flux_led/
395+
[nut docs]: /integrations/nut/
396+
[octoprint docs]: /integrations/octoprint/
397+
[pvpc_hourly_pricing docs]: /integrations/pvpc_hourly_pricing/
398+
[recorder docs]: /integrations/recorder/
399+
[sharkiq docs]: /integrations/sharkiq/
400+
[velbus docs]: /integrations/velbus/
401+
[xiaomi_miio docs]: /integrations/xiaomi_miio/
402+
349403
## If you need help...
350404

351405
...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)