From 06b534253edd10d03c14b2a771e3d262534c64d3 Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Tue, 10 Dec 2024 11:45:55 +0000 Subject: [PATCH] Update config.json Sort the config entry --- mealie/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/config.json b/mealie/config.json index 5a3f51977..079e546be 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -64,6 +64,7 @@ "/dev/nvme1", "/dev/nvme2" ], + "discovery": ["mealie"], "environment": { "BASE_SUBPATH": "/mealie/", "DATA_DIR": "/config", @@ -109,7 +110,6 @@ "keyfile": "str", "ssl": "bool" }, - "discovery": ["mealie"], "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons",