mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01:00
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:
@@ -109,6 +109,7 @@
|
||||
"keyfile": "str",
|
||||
"ssl": "bool"
|
||||
},
|
||||
"discovery": ["mealie"],
|
||||
"slug": "mealie",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
|
||||
Reference in New Issue
Block a user