From 51b902f13e3e27fea6560f18a9e688a27f79b770 Mon Sep 17 00:00:00 2001 From: z0x Date: Thu, 27 Feb 2025 20:09:39 -0500 Subject: [PATCH] feat(index): add Home Assistant --- public/icons/home-assistant.svg | 4 ++++ src/pages/index.astro | 1 + 2 files changed, 5 insertions(+) create mode 100644 public/icons/home-assistant.svg diff --git a/public/icons/home-assistant.svg b/public/icons/home-assistant.svg new file mode 100644 index 0000000..ac442b2 --- /dev/null +++ b/public/icons/home-assistant.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 240fc66..047b468 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,6 +10,7 @@ const services = [ { serviceName: "Element" }, { serviceName: "Gitea", serviceUrl: "https://git.home.arpa" }, { serviceName: "Headplane", serviceUrl: "https://headscale.home.arpa/admin" }, + { serviceName: "Home Assistant", serviceUrl: "https://ha.home.arpa" }, { serviceName: "Immich" }, { serviceName: "Lodestone" }, { serviceName: "Maloja" },