mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 13:26:28 +00:00
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 <frenck@frenck.nl> --------- Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
6239a77559
commit
6a03edc66f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user