Script.turn_on not useable in visual editor

Fairly new to HA and love the visual editor, it’s (almost :slight_smile:) perfect for making my scripts.
One thing what it seems to be missing is the full support for the script.turn_on service.

When choosing the service “script.turn_on” there is no option to add more paramaters.
It only adds the first line in Yaml:

  • service: script.turn_on <-- only this is added
    target:
    entity_id: script.script_2

And there is no option to select an entity, is this something that can be changed?

I see it here, in version 2021.3.X:

That’s really weird, did you login into my system? Cause I can select it now too :slight_smile:

Was playing around with “Automation: Turn on” and that had the option to select an entity.
After your post i tried the “script.turn_on” again an now there is the "“Target” option also visible.

Maybe some quirk in the interface.

Previous versions of Home Assistant worked differently and the UI you see in the screenshot above is from the revised Script Editor in version 2021.3.X. If you recently upgraded, your browser might have cached the web page and that’s why you continued to see the old one. The moment your browser refreshed the page, it was no longer using the cached page and you saw the new one.

This happens often enough for it to be included as the second item in Check List when submitting an Issue in the Frontend repository:

Screenshot from 2021-03-27 17-07-46

It’s my first installation, never upgraded yet. Using latest version, but good to know and thanks for your response.

Happy now that I can use the scripts how I want.

Closed as a non issue.