Initial commit of Simple Home Assistant Addon with web interface
This commit is contained in:
8
homeassistant-addon/run.sh
Normal file
8
homeassistant-addon/run.sh
Normal 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
|
||||
Reference in New Issue
Block a user