From 4c8cb70b3a77e5282967adc002a35e19e1b84db6 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 31 Jul 2019 16:37:33 -0700 Subject: [PATCH] Add draft release notes --- source/_posts/2019-08-07-release-97.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_posts/2019-08-07-release-97.markdown b/source/_posts/2019-08-07-release-97.markdown index b9f9a75679a..411e2879851 100644 --- a/source/_posts/2019-08-07-release-97.markdown +++ b/source/_posts/2019-08-07-release-97.markdown @@ -13,6 +13,18 @@ og_image: /images/blog/2019-08-release-97/components.png +## Python 3.5 support has been dropped + +As per previous announcements, this is the first release that requires at least Python 3.6. + +## UI changes + +- Improved accessibility. This is an [ongoing effort](https://github.com/home-assistant/home-assistant-polymer/issues/3267) on making the frontend accessible for visually impaired users. +- Split out configuration.yaml actions fron core config into a new server control config panel. Thanks [@IcyPalm] +- Markdown card will now have size + 1 if it has a header defined. Some layouts might move around due to this. + +[@icypalm]: https://www.github.com/IcyPalm/ + ## New Integrations - Add support for recording history to Apache Kafka ([@bachya] - [#25085]) ([apache_kafka docs]) (new-integration)