---
layout: page
title: "Script Editor"
description: "Instructions on how to use the new script editor."
date: 2016-08-26 03:30 +0000
sidebar: true
comments: false
sharing: true
footer: true
redirect_from: /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](/docs/configuration/) folder. Make sure that you have set up the script component to read from it:
```yaml
# Configuration.yaml example
script: !include scripts.yaml
```
The content that was under `script:` should now be moved to `scripts.yaml` to be editable.