From 5de36f9579b20a4d95ef60f68352f557e03a865b Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Tue, 11 Dec 2018 19:02:32 +0100 Subject: [PATCH] Update src/panels/lovelace/hui-root.ts Co-Authored-By: balloob --- src/panels/lovelace/hui-root.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/lovelace/hui-root.ts b/src/panels/lovelace/hui-root.ts index 39e918de00..de5d324693 100644 --- a/src/panels/lovelace/hui-root.ts +++ b/src/panels/lovelace/hui-root.ts @@ -449,7 +449,7 @@ class HUIRoot extends hassLocalizeLitMixin(LitElement) { window.open("https://www.home-assistant.io/lovelace/", "_blank"); } - private _editModeEnable() { + private _editModeEnable(): void { if (this._yamlMode) { window.alert("The edit UI is not available when in YAML mode."); return;