Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/panels/app/ha-panel-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ class HaPanelApp extends LitElement {
})}
title=${this._addon.name}
src=${this._addon.ingress_url!}
allow="microphone; camera; clipboard-write"
Comment thread
silamon marked this conversation as resolved.
@load=${this._checkLoaded}
Comment thread
silamon marked this conversation as resolved.
${ref(this._iframeRef)}
>
Expand Down
Loading