mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix catching errors in alarm-control-panel more-info (#24328)
This commit is contained in:
parent
d22a82c4a6
commit
f3c9e4a4a0
@ -47,7 +47,12 @@ export class HaStateControlAlarmControlPanelModes extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async _setMode(mode: AlarmMode) {
|
private async _setMode(mode: AlarmMode) {
|
||||||
setProtectedAlarmControlPanelMode(this, this.hass!, this.stateObj!, mode);
|
await setProtectedAlarmControlPanelMode(
|
||||||
|
this,
|
||||||
|
this.hass!,
|
||||||
|
this.stateObj!,
|
||||||
|
mode
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
private async _valueChanged(ev: CustomEvent) {
|
private async _valueChanged(ev: CustomEvent) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user