Franck Nijhof ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00

949 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 script editor. If you just created a new configuration with Home Assistant then you're all set! Go to the UI and enjoy.

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 integration 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.