mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +00:00
Merge pull request #5823 from matstrange/dev
This commit is contained in:
commit
f5da130d51
@ -231,7 +231,7 @@ class HuiAlarmPanelCard extends LitElement implements LovelaceCard {
|
|||||||
stateLabel === "triggered" ||
|
stateLabel === "triggered" ||
|
||||||
!stateLabel
|
!stateLabel
|
||||||
? ""
|
? ""
|
||||||
: stateLabel;
|
: this._stateDisplay(state);
|
||||||
}
|
}
|
||||||
|
|
||||||
private _actionDisplay(state: string): string {
|
private _actionDisplay(state: string): string {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user