Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify how to use services list in addon's config.yaml #1993

Open
baflo opened this issue Nov 27, 2023 · 0 comments
Open

Clarify how to use services list in addon's config.yaml #1993

baflo opened this issue Nov 27, 2023 · 0 comments

Comments

@baflo
Copy link
Contributor

baflo commented Nov 27, 2023

From the documentation for the addon configuration it's unclear how to use the services option and what it is for, actually. At first I thought it can be used to configure the addon to provide integration services (such as backup.create), but after a while of researching I rather think it provides services like mysql and mqtt.

It that is true, how does services: ["mqtt:provide"] differ from discovery: ["mqtt"]?

| `services` | list | | A list of services that will be provided or consumed with this add-on. Format is `service`:`function` and functions are: `provide` (this add-on can provide this service), `want` (this add-on can use this service) or `need` (this add-on needs this service to work correctly).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant