From cb581bfba60bd2b0c19990f639f7bc0489de9c8f Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Tue, 10 Dec 2024 11:06:06 +0000 Subject: [PATCH] Add discovery to Mealie config Integrations can support discovery of add-ons if the add-on supports it. Adding discovery for Mealie so that the integration can detect the add-on and suggest a setup. Note this is not in place at the moment as need the discovery tag into the add-on to detect this, I am not an add-on dev so have been unable to work out where to add this into my own config to test. See adguard example of where this has been added. https://github.com/hassio-addons/addon-adguard-home/blob/f7d3615c616d942ef150e7bc0afc5a1c9e4060bc/adguard/config.yaml#L25 --- mealie/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/mealie/config.json b/mealie/config.json index a4d554462..5a3f51977 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -109,6 +109,7 @@ "keyfile": "str", "ssl": "bool" }, + "discovery": ["mealie"], "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons",