Favicon templates

This commit is contained in:
2022-07-22 21:40:59 +00:00
parent 5f2e7d7bfa
commit b82da219ce
8 changed files with 447 additions and 236 deletions

View File

@@ -1,13 +1,13 @@
import { LitElement, html, css } from "lit";
import { property } from "lit/decorators.js";
import { loadDevTools } from "../helpers";
import { loadConfigDashboard } from "../helpers";
import { loadHaForm } from "../helpers";
import "./settings-card";
const bmWindow = window as any;
loadDevTools().then(() => {
loadConfigDashboard().then(() => {
class BrowserModPanel extends LitElement {
@property() hass;
@property() narrow;