From 6b4300950dedc42c42954b3837882122fdf68469 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 27 Jun 2023 19:02:05 +0200 Subject: [PATCH] Add response UI to stop action (#17045) --- .../action/types/ha-automation-action-stop.ts | 21 ++++++++++++++++--- src/translations/en.json | 1 + 2 files changed, 19 insertions(+), 3 deletions(-) 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` +