diff --git a/src/panels/config/automation/action/types/ha-automation-action-stop.ts b/src/panels/config/automation/action/types/ha-automation-action-stop.ts index 6281c8b634..6ca7177e4f 100644 --- a/src/panels/config/automation/action/types/ha-automation-action-stop.ts +++ b/src/panels/config/automation/action/types/ha-automation-action-stop.ts @@ -19,7 +19,7 @@ export class HaStopAction extends LitElement implements ActionElement { } protected render() { - const { error, stop } = this.action; + const { error, stop, response_variable } = this.action; return html` +