@@ -61,6 +61,7 @@ Enjoy the release!
61
61
- [ Other noteworthy changes] ( #other-noteworthy-changes )
62
62
- [ New Integrations] ( #new-integrations )
63
63
- [ 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 )
64
65
- [ If you need help...] ( #if-you-need-help )
65
66
- [ Breaking Changes] ( #breaking-changes )
66
67
- [ Farewell to the following] ( #farewell-to-the-following )
@@ -246,7 +247,7 @@ really helpful if you need to compare against another DateTime. For example:
246
247
247
248
``` yaml
248
249
# Is the current time past 10:15?
249
- {{ now() > today_at("10:15") }}
250
+ {{ now() > today_at("10:15") }}
250
251
```
251
252
252
253
{% endraw %}
@@ -346,6 +347,59 @@ The following integrations are now available via the Home Assistant UI:
346
347
- [ Venstar] [ venstar docs ] , done by [ @garbled1 ]
347
348
- [ VLC Media Player Telnet] [ vlc_telnet docs ] , done by [ @MartinHjelmare ]
348
349
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
+
349
403
## If you need help...
350
404
351
405
...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