diff --git a/custom_components/browser_mod/browser_mod.js b/custom_components/browser_mod/browser_mod.js
index fdb081e..2ecb9fd 100644
--- a/custom_components/browser_mod/browser_mod.js
+++ b/custom_components/browser_mod/browser_mod.js
@@ -1991,7 +1991,7 @@ const AutoSettingsMixin = (SuperClass) => {
x javascript eval
- toast?
x Redesign services to target devices
- - frontend editor for popup cards
+ x frontend editor for popup cards
- also screensavers
- Saved frontend settings
X Framework
diff --git a/custom_components/browser_mod/browser_mod_panel.js b/custom_components/browser_mod/browser_mod_panel.js
index 7b487f1..7274c8e 100644
--- a/custom_components/browser_mod/browser_mod_panel.js
+++ b/custom_components/browser_mod/browser_mod_panel.js
@@ -101,8 +101,312 @@ const loadDeveloperToolsTemplate = async () => {
await customElements.whenDefined("developer-tools-template");
};
+class BrowserModRegisteredBrowsersCard$1 extends s {
+ constructor() {
+ super(...arguments);
+ this.dirty = false;
+ }
+ toggleRegister() {
+ var _a;
+ if (!((_a = window.browser_mod) === null || _a === void 0 ? void 0 : _a.connected))
+ return;
+ window.browser_mod.registered = !window.browser_mod.registered;
+ this.dirty = true;
+ }
+ changeBrowserID(ev) {
+ window.browser_mod.browserID = ev.target.value;
+ this.dirty = true;
+ }
+ toggleCameraEnabled() {
+ window.browser_mod.cameraEnabled = !window.browser_mod.cameraEnabled;
+ this.dirty = true;
+ }
+ firstUpdated() {
+ window.browser_mod.addEventListener("browser-mod-config-update", () => this.requestUpdate());
+ }
+ render() {
+ var _a, _b, _c, _d, _e;
+ return $ `
+
+
+
+ While decreasing network trafic and memory usage, this may cause
+ problems for browser_mod operation.
+
+ If you find that some things stop working for this Browser after a time,
+ try going to your
+ Profile Settings
+ and disabling the option
+ "${this.hass.localize("ui.panel.profile.suspend.header") ||
+ "Automatically close connection"}".
+ media_player
and camera
components of Browser
+ Mod.
+
+ If you ever see a
+
+ ${this.getFullySettings()}
+
+
Settings that apply to this browser.
- ${this.dirty - ? $ ` -media_player
and
- camera
components of Browser Mod.
- media_player
and camera
components of Browser
+ Mod. Settings that apply to this browser.
- ${this.dirty - ? html` -media_player
and
- camera
components of Browser Mod.
-