mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add editor ID's are automatically generated. (#11055)
Added that editor ID's are automatically generated.
This commit is contained in:
parent
303788e375
commit
c050b8ee6a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user