mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Used wrong config key and TS didn't raise (#2472)
This commit is contained in:
parent
3408392aea
commit
07f624fd1c
@ -206,7 +206,7 @@ class HuiAlarmPanelCard extends hassLocalizeLitMixin(LitElement)
|
||||
private _handleActionClick(e: MouseEvent): void {
|
||||
callAlarmAction(
|
||||
this.hass!,
|
||||
this._config!.entity_id,
|
||||
this._config!.entity,
|
||||
(e.currentTarget! as any).action,
|
||||
this._code!
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user