primo caricamento
This commit is contained in:
commit
d30984adfe
15 changed files with 658 additions and 0 deletions
20
docs/modello/config.yaml
Normal file
20
docs/modello/config.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
name: Nome dell'add-on
|
||||
version: "1.0.0"
|
||||
slug: slug_univoco
|
||||
description: Una riga su cosa fa
|
||||
url: https://domotica.work
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
init: false
|
||||
startup: services
|
||||
boot: auto
|
||||
# watchdog: "tcp://[HOST]:[PORT:0000]" # se l'add-on ascolta su una porta
|
||||
# ports:
|
||||
# 0000/tcp: 0000
|
||||
# ports_description:
|
||||
# 0000/tcp: A cosa serve questa porta
|
||||
options:
|
||||
esempio: valore
|
||||
schema:
|
||||
esempio: str
|
||||
Loading…
Add table
Add a link
Reference in a new issue