custom_components/bahmcloud_store/panel/index.html hinzugefügt

This commit is contained in:
2026-01-14 17:35:02 +00:00
parent c47119ab59
commit 115960d268

View File

@@ -0,0 +1,20 @@
<!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 & Updates laufen manuell über <b>Einstellungen → System → Updates</b>.<br/>
Diese Seite zeigt nur die Paketliste aus store.yaml (auto-refresh).
</p>
<button id="refresh">Refresh</button>
<div id="list"></div>
</div>
<script src="/api/bahmcloud_store_static/app.js"></script>
</body>
</html>