Merge pull request #5823 from matstrange/dev

This commit is contained in:
Bram Kragten 2020-05-09 22:18:37 +02:00 committed by GitHub
commit f5da130d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {