From 6e91ac2a34e7ca26c9a234aa4e9077f2b5aadfc9 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 20 Apr 2023 18:53:28 +0200 Subject: [PATCH] fix css selector --- .../config/voice-assistants/debug/assist-pipeline-run-debug.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/config/voice-assistants/debug/assist-pipeline-run-debug.ts b/src/panels/config/voice-assistants/debug/assist-pipeline-run-debug.ts index d2462f11a8..a597973bed 100644 --- a/src/panels/config/voice-assistants/debug/assist-pipeline-run-debug.ts +++ b/src/panels/config/voice-assistants/debug/assist-pipeline-run-debug.ts @@ -346,7 +346,7 @@ export class AssistPipelineRunDebug extends LitElement { flex-wrap: wrap; margin: 0 16px 16px; } - ha-pipeline-picker { + ha-assist-pipeline-picker { display: block; width: 100%; margin-bottom: 16px;