From 4d6b5222a6d9f30c853e8bba98b1802e685c670b Mon Sep 17 00:00:00 2001 From: kyle Date: Wed, 31 Dec 2025 04:27:03 -0800 Subject: [PATCH] Add test-homeassistant-dashboard.sh --- test-homeassistant-dashboard.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test-homeassistant-dashboard.sh diff --git a/test-homeassistant-dashboard.sh b/test-homeassistant-dashboard.sh new file mode 100644 index 0000000..6fae7d7 --- /dev/null +++ b/test-homeassistant-dashboard.sh @@ -0,0 +1,9 @@ +#!/bin/bash +# Test script to launch Home Assistant dashboard manually + +echo "Launching Home Assistant Dashboard..." +echo "URL: http://homeassistant.local:8123/lovelace/default_view" +echo "" +echo "Press Ctrl+C to stop" + +/home/kyle/scripts/homeassistant-dashboard.sh