forked from home-assistant/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
48 lines (48 loc) · 1.05 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
version: 2.6.0
slug: openthread_border_router
name: OpenThread Border Router
description: OpenThread Border Router add-on
url: >-
https://github.com/home-assistant/addons/tree/master/openthread_border_router
arch:
- aarch64
- amd64
homeassistant: 2023.6.0.dev20230531
gpio: true
hassio_api: true
discovery:
- otbr
# IPC is only used within the Add-on
host_ipc: false
host_network: true
host_uts: true
privileged:
- IPC_LOCK
- NET_ADMIN
image: homeassistant/{arch}-addon-otbr
init: false
options:
device: null
baudrate: "460800"
flow_control: true
autoflash_firmware: true
otbr_log_level: notice
firewall: true
nat64: false
ports:
8080/tcp: null
8081/tcp: null
ports_description:
8080/tcp: OpenThread Web port
8081/tcp: OpenThread REST API port
schema:
device: device(subsystem=tty)?
baudrate: list(57600|115200|230400|460800|921600)
flow_control: bool
network_device: str?
autoflash_firmware: bool
otbr_log_level: list(debug|info|notice|warning|error|critical|alert|emergency)
firewall: bool
nat64: bool
startup: services