primo caricamento
This commit is contained in:
commit
d30984adfe
15 changed files with 658 additions and 0 deletions
8
docs/modello/run.sh
Normal file
8
docs/modello/run.sh
Normal 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}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue