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)