feat(calendar): add homeassistant support (#4152)

This commit is contained in:
Meier Lukas
2025-09-26 17:34:33 +02:00
committed by GitHub
parent e1a232b37a
commit 0a908de1e7
3 changed files with 63 additions and 5 deletions

View File

@@ -161,7 +161,7 @@ export const integrationDefs = {
name: "Home Assistant",
secretKinds: [["apiKey"]],
iconUrl: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons@master/svg/home-assistant.svg",
category: ["smartHomeServer"],
category: ["smartHomeServer", "calendar"],
documentationUrl: createDocumentationLink("/docs/integrations/home-assistant"),
},
openmediavault: {