Update src/panels/lovelace/hui-root.ts

Co-Authored-By: balloob <paulus@home-assistant.io>
This commit is contained in:
Ian Richardson 2018-12-11 19:03:58 +01:00 committed by GitHub
parent 2d1cf421ef
commit 5a5a7dad1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -433,7 +433,7 @@ class HUIRoot extends hassLocalizeLitMixin(LitElement) {
return persistent.concat(configurator);
}
private _handleRefresh() {
private _handleRefresh(): void {
fireEvent(this, "config-refresh");
}