Initial commit of Simple Home Assistant Addon with web interface

This commit is contained in:
Manu
2025-06-01 12:04:22 +02:00
commit 3d987c3eb6
12 changed files with 660 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/bin/bash
# Set environment variables
export PYTHONPATH=/usr/local/lib/python3.9/site-packages
# Start the addon
python3 -m pip install -r /requirements.txt
python3 /app/main.py