fix broken perform-action translation in gauge card editor (#21589)

This commit is contained in:
karwosts 2024-08-05 08:15:39 -07:00 committed by GitHub
parent 4719775926
commit 5b7c20af33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ import { baseLovelaceCardConfig } from "../structs/base-card-struct";
import { DEFAULT_MIN, DEFAULT_MAX } from "../../cards/hui-gauge-card";
import { UiAction } from "../../components/hui-action-editor";
const TAP_ACTIONS: UiAction[] = ["navigate", "url", "call-service", "none"];
const TAP_ACTIONS: UiAction[] = ["navigate", "url", "perform-action", "none"];
const gaugeSegmentStruct = object({
from: number(),