From 6a03edc66faa655c603c55f51e52779ac7f38209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Rybak?= Date: Thu, 6 Feb 2025 22:29:48 +0100 Subject: [PATCH] Update configuration.md (#2555) * Update configuration.md Since 2025.2.0 home assistant supports onewire discovery https://github.com/home-assistant/core/pull/135294 * Update docs/add-ons/configuration.md Co-authored-by: Franck Nijhof --------- Co-authored-by: Franck Nijhof --- docs/add-ons/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-ons/configuration.md b/docs/add-ons/configuration.md index 0c20efeb..cb8e3a75 100644 --- a/docs/add-ons/configuration.md +++ b/docs/add-ons/configuration.md @@ -176,7 +176,7 @@ Avoid using `config.yaml` as filename in your add-on for anything other than the | `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`, `matter` and `otbr` +| `discovery` | list | | A list of services that this add-on provides for Home Assistant. | `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.