You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 asbackup.create
), but after a while of researching I rather think it provides services likemysql
andmqtt
.It that is true, how does
services: ["mqtt:provide"]
differ fromdiscovery: ["mqtt"]
?developers.home-assistant/docs/add-ons/configuration.md
Line 176 in e86f148
The text was updated successfully, but these errors were encountered: