From c66f2ee4b5c9eb2da23c74cfb8114332be2fef73 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 29 May 2019 15:15:35 -0700 Subject: [PATCH] Add some more notes --- source/_posts/2019-06-05-release-94.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_posts/2019-06-05-release-94.markdown b/source/_posts/2019-06-05-release-94.markdown index 01afef59b73..001bcee87d1 100644 --- a/source/_posts/2019-06-05-release-94.markdown +++ b/source/_posts/2019-06-05-release-94.markdown @@ -14,7 +14,9 @@ og_image: /images/blog/2019-06-release-94/components.png New: - - Possible to store core config in storage. Configuration.yaml will override storage. - - Onboarding updated to set core config + - Possible to store core config in storage. If set in configuration.yaml, it will override storage. Note that configuration.yaml will no longer contain any automatic detected values when writing initial configuration. This feature is available via the UI during onboarding. + - Step added to onboarding to allow configuring name, location, timezone and unit system. - Python 3.5.3 deprecated, support will be dropped in the first release after August 1. + - Add UI to manage Google Entities exposed via Home Assistant Cloud. To use, remove filters from configuration.yaml. Also allows disabling 2 factor authentication on a per device basis. + - Discovery has been redone. Integrations can now specify how they are discoverable via Zeroconf or SSDP in their manifest, this will be picked up by the zeroconf and ssdp integrations. - More cool stuff?