generated from home-assistant/addons-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
37 lines (33 loc) · 788 Bytes
/
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
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: CoE to HTTP server
version: "2.1.4"
slug: ta_coe
description: An addon to allows interaction with a C.M.I. as a CoE device, using a HTTP API
url: "https://github.com/DeerMaximum/ha-addons/tree/main/ta_coe"
codenotary: [email protected]
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
init: false
ports:
9000/tcp: null
5441/udp: 5441
5442/udp: 5442
ports_description:
9000/tcp: "The webserver port"
5441/udp: "The CoE-server v1 port"
5442/udp: "The CoE-server v2 port"
options:
debug: false
coe_version: v1
coe_node: null
coe_ip: null
schema:
debug: bool
coe_version: list(v1|v2)
coe_node: int(1,60)
coe_ip: str
image: "ghcr.io/deermaximum/{arch}-ta-coe"