Compare commits

..

1 Commits

Author SHA1 Message Date
Paulus Schoutsen
9fc3d365f2 Add menu item for HACS 2026-01-01 12:28:18 +01:00
2 changed files with 12 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ import {
mdiViewDashboard,
mdiZigbee,
mdiZWave,
mdiStore,
} from "@mdi/js";
import type { UnsubscribeFunc } from "home-assistant-js-websocket";
import type { PropertyValues } from "lit";
@@ -85,6 +86,13 @@ export const configSections: Record<string, PageNavigation[]> = {
iconColor: "#E48629",
component: "zone",
},
{
path: "/hacs",
iconPath: mdiStore,
iconColor: "#41BDF5",
component: "hacs",
translationKey: "hacs",
},
{
path: "/hassio",
translationKey: "supervisor",

View File

@@ -2291,6 +2291,10 @@
"main": "Backup",
"secondary": "Generate backups of your Home Assistant configuration"
},
"hacs": {
"main": "Community Store",
"secondary": "Find new integrations and cards by the community"
},
"supervisor": {
"main": "Add-ons",
"secondary": "Run extra applications next to Home Assistant"