mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +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
|
||||
? ""
|
||||
: stateLabel;
|
||||
: this._stateDisplay(state);
|
||||
}
|
||||
|
||||
private _actionDisplay(state: string): string {
|
||||
|
Loading…
x
Reference in New Issue
Block a user