primo caricamento

This commit is contained in:
andrea castagnino 2026-08-27 12:28:06 +02:00
commit d30984adfe
15 changed files with 658 additions and 0 deletions

8
docs/modello/run.sh Normal file
View file

@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bashio
# Legge le opzioni impostate dall'interfaccia dell'add-on e avvia il programma.
ESEMPIO=$(bashio::config 'esempio')
bashio::log.info "Avvio con esempio=${ESEMPIO}"
exec python3 /programma.py --esempio "${ESEMPIO}"