-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathstart_homeassistant.sh
More file actions
executable file
·31 lines (27 loc) · 1.21 KB
/
Copy pathstart_homeassistant.sh
File metadata and controls
executable file
·31 lines (27 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/bash
# Home Assistant Development Server Start Script
# For Ökofen Pellematic Compact Integration Testing
echo "🏠 Starting Home Assistant Development Server..."
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
echo ""
echo "📍 Config Directory: $(pwd)/config"
echo "🔧 Integration: Ökofen Pellematic Compact"
echo "🌐 Web UI: http://localhost:8123"
echo ""
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
echo ""
echo "ℹ️ First start will take a while (onboarding setup)"
echo "ℹ️ To stop: Press Ctrl+C"
echo ""
echo "📝 Integration Setup:"
echo " 1. Navigate to: http://localhost:8123/config/integrations"
echo " 2. Click '+ Add Integration'"
echo " 3. Search for 'Ökofen Pellematic Compact'"
echo " 4. Enter your Ökofen API URL"
echo ""
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
echo ""
# Activate virtual environment
source .venv/bin/activate
# Start Home Assistant
hass -c config --debug