From 46334900fea6ebf64173f4d9e9dbcb8348083ca6 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 19 Nov 2020 17:15:48 +0000 Subject: [PATCH] Release 118.1 --- _config.yml | 4 +-- source/_posts/2020-11-18-release-118.markdown | 30 +++++++++++++++++-- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 7a255a1f45a..47aae3cb3d9 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 118 -current_patch_version: 0 -date_released: 2020-11-18 +current_patch_version: 1 +date_released: 2020-11-19 # 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/2020-11-18-release-118.markdown b/source/_posts/2020-11-18-release-118.markdown index abb4e4c6548..06dc5366341 100644 --- a/source/_posts/2020-11-18-release-118.markdown +++ b/source/_posts/2020-11-18-release-118.markdown @@ -1,4 +1,4 @@ ---- +****--- layout: post title: "0.118: Grid and logbook cards, quick navigation, native template types" description: "New Grid & Logbook Lovelace cards, navigate around using the Quick bar, Shelly now support live push updates, Header & Footer editors and Nest thermostat support returns!" @@ -32,10 +32,11 @@ All in all, a fine release, with an exciting one ahead of us. ## Table of contents +- [og_image: /images/blog/2020-11-0.118/social.png](#og_image-imagesblog2020-11-0118socialpng) - [Table of contents](#table-of-contents) - [Home Assistant Conference](#home-assistant-conference) - [Grid Card](#grid-card) -- [Quick bar navigation](#quick-bar-navigation) +- [Quick Bar navigation](#quick-bar-navigation) - [Native types support for templates](#native-types-support-for-templates) - [Logbook Card](#logbook-card) - [Header & Footer Editor](#header--footer-editor) @@ -45,6 +46,7 @@ All in all, a fine release, with an exciting one ahead of us. - [New Integrations](#new-integrations) - [New Platforms](#new-platforms) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) +- [Release 0.118.1 - November 19](#release-01181---november-19) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -265,6 +267,30 @@ The following integrations are now available via the Home Assistant UI: - [1-Wire][onewire docs], done by [@epenet] - [Epson][epson docs], done by [@pszafer] +## Release 0.118.1 - November 19 + +- Bump wolf_smartset to 0.1.8 and handle server fetch error ([@adamkrol93] - [#43351]) ([wolflink docs]) +- Bump hatasmota to 0.0.32 ([@emontnemery] - [#43360]) ([tasmota docs]) +- Fix homekit bridges when no name was provided ([@bdraco] - [#43364]) ([homekit docs]) +- Bump pyvizio to 0.1.57 ([@raman325] - [#43374]) ([vizio docs]) +- Add back system_health_info to the base of lovelace ([@ludeeus] - [#43382]) ([lovelace docs]) + +[#43351]: https://github.com/home-assistant/core/pull/43351 +[#43360]: https://github.com/home-assistant/core/pull/43360 +[#43364]: https://github.com/home-assistant/core/pull/43364 +[#43374]: https://github.com/home-assistant/core/pull/43374 +[#43382]: https://github.com/home-assistant/core/pull/43382 +[@adamkrol93]: https://github.com/adamkrol93 +[@bdraco]: https://github.com/bdraco +[@emontnemery]: https://github.com/emontnemery +[@ludeeus]: https://github.com/ludeeus +[@raman325]: https://github.com/raman325 +[homekit docs]: /integrations/homekit/ +[lovelace docs]: /integrations/lovelace/ +[tasmota docs]: /integrations/tasmota/ +[vizio docs]: /integrations/vizio/ +[wolflink docs]: /integrations/wolflink/ + ## 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).