address review comments

This commit is contained in:
Ian Richardson 2019-02-13 00:01:07 -06:00
parent 08222dfbec
commit 456880c7cf
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ class HuiNotificationsButton extends LitElement {
></paper-icon-button>
${this.notifications
? html`
<paper-badge label="${this.notifications.length}"></paper-badge>
<paper-badge .label="${this.notifications.length}"></paper-badge>
`
: ""}
`;

View File

@ -60,7 +60,7 @@ let loadedUnusedEntities = false;
declare global {
// tslint:disable-next-line
interface HASSDomEvents {
opened: {};
opened: { value: boolean };
}
}