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.
f7d3615c61/adguard/config.yaml (L25)
This commit is contained in:
Andrew Jackson
2024-12-10 11:06:06 +00:00
committed by GitHub
parent 34fb9d700a
commit cb581bfba6

View File

@@ -109,6 +109,7 @@
"keyfile": "str",
"ssl": "bool"
},
"discovery": ["mealie"],
"slug": "mealie",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",