diff --git a/check_config/config.json b/check_config/config.json index 8e2980b..48a7e59 100644 --- a/check_config/config.json +++ b/check_config/config.json @@ -12,5 +12,6 @@ }, "schema": { "version": "str" - } + }, + "image": "homeassistant/{arch}-addon-check_config" } diff --git a/duckdns/config.json b/duckdns/config.json index dadd939..0d056ab 100644 --- a/duckdns/config.json +++ b/duckdns/config.json @@ -15,5 +15,6 @@ "token": "str", "domains": ["str"], "seconds": "int" - } + }, + "image": "homeassistant/{arch}-addon-duckdns" } diff --git a/letsencrypt/config.json b/letsencrypt/config.json index cbf379d..e7d9d43 100644 --- a/letsencrypt/config.json +++ b/letsencrypt/config.json @@ -22,5 +22,6 @@ "domains": ["str"], "certfile": "str", "keyfile": "str" - } + }, + "image": "homeassistant/{arch}-addon-letsencrypt" } diff --git a/mosquitto/config.json b/mosquitto/config.json index 82b511a..de473da 100644 --- a/mosquitto/config.json +++ b/mosquitto/config.json @@ -28,5 +28,6 @@ ], "certfile": "str", "keyfile": "str" - } + }, + "image": "homeassistant/{arch}-addon-mosquitto" } diff --git a/samba/config.json b/samba/config.json index f0e7798..84ce551 100644 --- a/samba/config.json +++ b/samba/config.json @@ -27,5 +27,6 @@ "map_ssl": "bool", "username": "str", "password": "str" - } + }, + "image": "homeassistant/{arch}-addon-samba" } diff --git a/ssh/config.json b/ssh/config.json index 87aeee1..26992e8 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -15,5 +15,6 @@ }, "schema": { "authorized_keys": ["str"] - } + }, + "image": "homeassistant/{arch}-addon-ssh" }