Merge branch 'Sbado-master' into master

This commit is contained in:
2020-10-28 15:36:02 +01:00
5 changed files with 82 additions and 66 deletions

View File

@@ -57,6 +57,7 @@ class BrowserMod extends ext(BrowserModConnection, [
navigate: (msg) => this.do_navigate(msg.navigation_path),
"set-theme": (msg) => this.set_theme(msg),
"lovelace-reload": (msg) => this.lovelace_reload(msg),
"window-reload": () => window.location.reload(false),
blackout: (msg) => this.do_blackout(msg.time ? parseInt(msg.time) : undefined),
"no-blackout": (msg) => {