From 619f539416ef0b824f02d5b4db2fa1453a35da28 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 2 Sep 2021 21:06:02 +0000 Subject: [PATCH] 2021.9.1 --- _config.yml | 4 +-- .../_posts/2021-09-01-release-20219.markdown | 30 +++++++++++++++++-- 2 files changed, 29 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 3365ff3ecea..5ab84528f89 100644 --- a/_config.yml +++ b/_config.yml @@ -108,8 +108,8 @@ social: # Home Assistant release details current_major_version: 2021 current_minor_version: 9 -current_patch_version: 0 -date_released: 2021-09-01 +current_patch_version: 1 +date_released: 2021-09-02 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2021-09-01-release-20219.markdown b/source/_posts/2021-09-01-release-20219.markdown index 6636ba09212..c85590ff195 100644 --- a/source/_posts/2021-09-01-release-20219.markdown +++ b/source/_posts/2021-09-01-release-20219.markdown @@ -36,6 +36,7 @@ Enjoy another great release! Be sure to tune into [the 2021.9 Release Party on Y - [Other noteworthy changes](#other-noteworthy-changes) - [New Integrations](#new-integrations) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) +- [Release 2021.9.1 - September 2](#release-202191---september-2) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [All changes](#all-changes) @@ -232,7 +233,7 @@ template: target: entity_id: light.wled data: - speed: "{{ (255 / 100) * value }}" + speed: "{{ (255 / 100) * value }}" ``` ```yaml @@ -248,7 +249,7 @@ template: target: entity_id: light.wled data: - effect: "{{ option }}" + effect: "{{ option }}" ``` {% endraw %} @@ -346,6 +347,29 @@ The following integrations are now available via the Home Assistant UI: - [Rainforest EAGLE-200][rainforest_eagle docs], done by [@balloob] - [Uptime Robot][uptimerobot docs], done by [@ludeeus] +## Release 2021.9.1 - September 2 + +- Bump pyuptimerobot to 21.9.0 ([@ludeeus] - [#55546]) ([uptimerobot docs]) +- xiaomi_miio: bump python-miio dependency ([@rytilahti] - [#55549]) ([xiaomi_miio docs]) +- Pick right coordinator ([@Adminiuga] - [#55555]) ([zha docs]) +- Correct duplicate address. ([@janiversen] - [#55578]) ([modbus docs]) +- Downgrade sqlite-libs on docker image ([@pvizeli] - [#55591]) + +[#55546]: https://github.com/home-assistant/core/pull/55546 +[#55549]: https://github.com/home-assistant/core/pull/55549 +[#55555]: https://github.com/home-assistant/core/pull/55555 +[#55578]: https://github.com/home-assistant/core/pull/55578 +[#55591]: https://github.com/home-assistant/core/pull/55591 +[@Adminiuga]: https://github.com/Adminiuga +[@janiversen]: https://github.com/janiversen +[@ludeeus]: https://github.com/ludeeus +[@pvizeli]: https://github.com/pvizeli +[@rytilahti]: https://github.com/rytilahti +[modbus docs]: /integrations/modbus/ +[uptimerobot docs]: /integrations/uptimerobot/ +[xiaomi_miio docs]: /integrations/xiaomi_miio/ +[zha docs]: /integrations/zha/ + ## If you need help... ...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). @@ -2677,4 +2701,4 @@ developer blog about it: [zeroconf docs]: /integrations/zeroconf/ [zerproc docs]: /integrations/zerproc/ [zha docs]: /integrations/zha/ -[zwave_js docs]: /integrations/zwave_js/ \ No newline at end of file +[zwave_js docs]: /integrations/zwave_js/