From fa948efa300fc4439bf4b197cda4ebdf7497b4b9 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Tue, 24 Jun 2025 14:54:14 +0200 Subject: [PATCH] Fix unrelated file --- .../trigger/types/ha-automation-trigger-numeric_state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/config/automation/trigger/types/ha-automation-trigger-numeric_state.ts b/src/panels/config/automation/trigger/types/ha-automation-trigger-numeric_state.ts index 7b6aafdf71..db78f6fcd4 100644 --- a/src/panels/config/automation/trigger/types/ha-automation-trigger-numeric_state.ts +++ b/src/panels/config/automation/trigger/types/ha-automation-trigger-numeric_state.ts @@ -202,7 +202,7 @@ export class HaNumericStateTrigger extends LitElement { entity: { domain: ["input_number", "number", "sensor"] }, }, }, - ] as const satisfies HaFormSchema[]) + ] as const) : ([ { name: "below",