Dateien nach "custom_components/bahmcloud_store/panel" hochladen

This commit is contained in:
2026-01-15 14:20:58 +00:00
parent 2a0dc9d66c
commit 8ff5ab2e31
4 changed files with 1069 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Bahmcloud Store</title>
<link rel="stylesheet" href="/api/bahmcloud_store_static/styles.css" />
</head>
<body>
<div class="wrap">
<h1>Bahmcloud Store</h1>
<p class="muted">
Installation erfolgt hier im Store (Buttons).<br/>
Updates erscheinen danach zusätzlich unter <b>Einstellungen → System → Updates</b>.
</p>
<div class="actions">
<button id="refresh">Refresh</button>
</div>
<div id="status" class="muted"></div>
<div id="list"></div>
</div>
<script src="/api/bahmcloud_store_static/app.js"></script>
</body>
</html>