[dashboard] Remove legacy web dashboard (#17124)

This commit is contained in:
Jesse Hills
2026-06-22 09:33:27 +12:00
committed by GitHub
parent c4abc5476e
commit d0e3e98d55
47 changed files with 109 additions and 6693 deletions

View File

@@ -259,14 +259,7 @@ def lint_executable_bit(fname: Path) -> str | None:
return None
@lint_content_find_check(
"\t",
only_first=True,
exclude=[
"esphome/dashboard/static/ace.js",
"esphome/dashboard/static/ext-searchbox.js",
],
)
@lint_content_find_check("\t", only_first=True)
def lint_tabs(fname, line, col, content):
return "File contains tab character. Please convert tabs to spaces."