Add restart-dashboard.sh

This commit is contained in:
2025-12-31 04:26:52 -08:00
parent 330856fdf1
commit ebad4dabd5

7
restart-dashboard.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Restart Home Assistant Dashboard from TTY
echo "Restarting Home Assistant Dashboard..."
~/scripts/stop-dashboard.sh
sleep 2
~/scripts/launch-dashboard.sh