mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 04:06:35 +00:00
address review comments
This commit is contained in:
parent
34f36c6179
commit
bdaf96b114
@ -60,7 +60,7 @@ class HuiNotificationsButton extends LitElement {
|
||||
|
||||
private _clicked() {
|
||||
this.opened = true;
|
||||
fireEvent(this, "opened", { value: this.opened });
|
||||
fireEvent(this, "opened-changed", { value: this.opened });
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -194,7 +194,7 @@ class HUIRoot extends LitElement {
|
||||
<hui-notifications-button
|
||||
.hass="${this.hass}"
|
||||
.opened="${this._notificationsOpen}"
|
||||
@opened="${this._handleNotificationsOpenChanged}"
|
||||
@opened-changed="${this._handleNotificationsOpenChanged}"
|
||||
.notifications="${this._notifications}"
|
||||
></hui-notifications-button>
|
||||
<ha-start-voice-button
|
||||
|
Loading…
x
Reference in New Issue
Block a user