From 42e962d439bfe779d3295f52b1bc076973d53e1d Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 3 Oct 2025 11:06:59 -0400 Subject: [PATCH] feat: Adds home assistant web app. --- env/webapps/homeassistant.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 env/webapps/homeassistant.json diff --git a/env/webapps/homeassistant.json b/env/webapps/homeassistant.json new file mode 100644 index 0000000..dd0410f --- /dev/null +++ b/env/webapps/homeassistant.json @@ -0,0 +1,6 @@ +{ + "name": "HomeAssistant", + "url": "https://homeassistant.housh.dev", + "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/home-assistant.png" +} +