From 9655c672507507e6b2c43721ac696ffb8f1af342 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Fri, 13 Aug 2021 22:37:36 -0700 Subject: [PATCH] Add menu option to go to Frigate UI. --- src/frigate-card.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/frigate-card.ts b/src/frigate-card.ts index dff61311..3cfee965 100644 --- a/src/frigate-card.ts +++ b/src/frigate-card.ts @@ -447,6 +447,15 @@ export class FrigateCard extends LitElement { this._showMenu = false; }} > + { + window.open(this.config.frigate_url); + this._showMenu = false; + }} + > ${!motionIcon ? html`` : html`