From c050b8ee6aa41782d5dee61a1af157c99ffffe5d Mon Sep 17 00:00:00 2001 From: Eric Miller Date: Tue, 3 Dec 2019 01:54:48 -0800 Subject: [PATCH] Add editor ID's are automatically generated. (#11055) Added that editor ID's are automatically generated. --- source/_docs/automation/editor.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/editor.markdown b/source/_docs/automation/editor.markdown index 3cb6a998a96..37f4886676d 100644 --- a/source/_docs/automation/editor.markdown +++ b/source/_docs/automation/editor.markdown @@ -79,7 +79,7 @@ For example, the below automation will be triggered when the sun goes from below ```yaml # Example automations.yaml entry -- id: my_unique_id # <-- Required for editor to work. +- id: my_unique_id # <-- Required for editor to work, for automations created with the editor the id will be automatically generated. alias: Hello world trigger: - platform: state