mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 02:16:29 +00:00
Add Matter and OTBR to possible service discovery (#1568)
This commit is contained in:
parent
8e3979ee81
commit
37b58a686a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user