diff --git a/docs/add-ons/configuration.md b/docs/add-ons/configuration.md index c28219ac..8af42551 100644 --- a/docs/add-ons/configuration.md +++ b/docs/add-ons/configuration.md @@ -169,7 +169,7 @@ Note: Avoid the use of this filename for anything other than add-on configurati | `codenotary` | string | | For use with Codenotary CAS. This is the E-Mail address used to verify your image with Codenotary (E.g, `example@home-assistant.io`). This should match the E-Mail address used as the signer in the [add-on's extended build options](#add-on-extended-build) | `timeout` | integer | 10 | Default 10 (seconds). The timeout to wait until the Docker daemon is done or will be killed. | `tmpfs` | bool | `false` | If this is set to `true`, the containers `/tmp` uses tmpfs, a memory file system. -| `discovery` | list | | A list of services that this add-on provides for Home Assistant. Currently supported: `mqtt` +| `discovery` | list | | A list of services that this add-on provides for Home Assistant. Currently supported: `mqtt`, `matter` and `otbr` | `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). | `auth_api` | bool | `false` | Allow access to Home Assistant user backend. | `ingress` | bool | `false` | Enable the ingress feature for the add-on.