diff --git a/source/_docs/automation/editor.markdown b/source/_docs/automation/editor.markdown index 66e44f34221f..5fc9f4695b13 100644 --- a/source/_docs/automation/editor.markdown +++ b/source/_docs/automation/editor.markdown @@ -11,11 +11,41 @@ footer: true In Home Assistant 0.45 we have introduced the first version of our automation editor. The editor is still in a very early stage and rough around the edges. For now we are only supporting Chrome but better browser support is planned for the future. -If you just created a new config with Home Assistant then you're all set! Go to the UI and enjoy. +If you just created a new configuration with Home Assistant then you're all set! Go to the UI and enjoy. -## {% linkable_title Updating your config to use the editor %} +From the UI choose **Automation** which is located in the sidebar. Press the **+** sign in the lower right corner to get started. This example is based on the manual steps described in the [Getting started section](/getting-started/automation/) for a [`random` sensor](/components/sensor.random/). -The automation editor reads and writes to the file `automations.yaml` in your configuration folder. Make sure that you have set up the automation component to read from it: +Choose a meaningful name for your automation rules. + +
+
+
+
+
+
+
Any comments in the YAML file will be lost when you update an automation via the editor.
+ diff --git a/source/images/docs/automation-editor/new-action.png b/source/images/docs/automation-editor/new-action.png new file mode 100644 index 000000000000..e488a9ed432f Binary files /dev/null and b/source/images/docs/automation-editor/new-action.png differ diff --git a/source/images/docs/automation-editor/new-automation.png b/source/images/docs/automation-editor/new-automation.png new file mode 100644 index 000000000000..58d6966cf23d Binary files /dev/null and b/source/images/docs/automation-editor/new-automation.png differ diff --git a/source/images/docs/automation-editor/new-trigger.png b/source/images/docs/automation-editor/new-trigger.png new file mode 100644 index 000000000000..76aa4a9a7f02 Binary files /dev/null and b/source/images/docs/automation-editor/new-trigger.png differ