The current documentation indicates a script will appear in the FrontEnd UI with an ACTIVATE button.
Scripts in the Overview panel will be displayed with an ACTIVATE button …
All examples I’ve seen in this forum show an ACTIVATE button.
So why does this super-simple script appear with an EXECUTE button?
In config/scripts.yaml:
test_script:
alias: Test 1
sequence:
service: light.turn_on
entity_id: light.garage
I’m using Home Assistant version: 0.80. Was ACTIVATE replaced by EXECUTE in 0.80 or in a previous release? Or is there another explanation?