mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
fix broken perform-action translation in gauge card editor (#21589)
This commit is contained in:
parent
4719775926
commit
5b7c20af33
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user