From bd1fcf5e1ba99ebcfc482a274116290a31336da6 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 4 Jun 2019 08:45:36 -0700 Subject: [PATCH] Add video --- source/_posts/2019-06-05-release-94.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_posts/2019-06-05-release-94.markdown b/source/_posts/2019-06-05-release-94.markdown index 83036bd80c6..6082acabf5d 100644 --- a/source/_posts/2019-06-05-release-94.markdown +++ b/source/_posts/2019-06-05-release-94.markdown @@ -15,8 +15,9 @@ og_image: /images/blog/2019-06-release-94/google-ui.png It is time for the 0.94 release and there is some seriously good stuff in this release. We're working hard on polishing everything and getting ready for the big Home Assistant 1.0 release. And we're getting closer. So close actually, that this is the first release that can be installed and configured without touching a text editor! Onboard, configure integrations, manage automations and scripts all from the UI. -

The 0.94 release of @home_assistant will be the first release where you can onboard, configure integrations (not all) and set up automations without touching configuration.yaml. pic.twitter.com/AZNG1VWhF1

— Paulus Schoutsen (@balloob) May 27, 2019 -
+
+ +
This milestone has been achieved thanks to the hard work by [@emontnemery] who contributed the ability to store the core config in storage: name, location, unit system, time zone. We still allow users to store their core configuration in `configuration.yaml`, which will take precedent when defined. This means that it is a non-breaking change. Core config is now set during onboarding and can be edited in the general page of the config panel.