Files
.github
.themes
_deploy
credits_generator
plugins
sass
source
_addons
_components
_cookbook
_data
_docs
automation
autostart
backend
configuration
ecosystem
frontend
installation
mqtt
scripts
conditions.markdown
editor.markdown
service-calls.markdown
tools
z-wave
asterisk_mbox.markdown
automation.markdown
autostart.markdown
backend.markdown
configuration.markdown
ecosystem.markdowm
frontend.markdown
glossary.markdown
installation.markdown
mqtt.markdown
scripts.markdown
tools.markdown
z-wave.markdown
_faq
_includes
_layouts
_posts
addons
assets
blog
components
cookbook
demo
developers
docs
faq
font
getting-started
hassio
help
images
javascripts
static
CNAME
atom.xml
favicon.png
googlef4f3693c209fe788.html
index.html
robots.txt
service_worker.js
version.json
.editorconfig
.gitattributes
.gitignore
.gitmodules
.powrc
.project
.ruby-version
.slugignore
.travis.yml
CLA.md
CODE_OF_CONDUCT.md
Gemfile
Gemfile.lock
LICENSE.md
README.markdown
Rakefile
_config.yml
config.rb
config.ru
home-assistant.io/source/_docs/scripts/editor.markdown
2017-08-27 21:33:39 +02:00

972 B

layout, title, description, date, sidebar, comments, sharing, footer, redirect_from
layout title description date sidebar comments sharing footer redirect_from
page Script Editor Instructions on how to use the new script editor. 2016-08-26 03:30 +0000 true false true true /docs/script/editor/

In Home Assistant 0.52 we introduced the first version of our automation editor. 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 configuration to use the editor %}

The script editor reads and writes to the file scripts.yaml in your configuration folder. Make sure that you have set up the script component to read from it:

# Configuration.yaml example
script: !include scripts.yaml

The content that was under script: should now be moved to scripts.yaml to be editable.