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" },