forked from evcc-io/hassio-addon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
30 lines (30 loc) · 726 Bytes
/
config.json
File metadata and controls
30 lines (30 loc) · 726 Bytes
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
{
"name": "evcc",
"version": "0.86",
"slug": "evcc",
"description": "EV Charge Controller!",
"url": "https://github.com/evcc-io/evcc",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "application",
"panel_icon": "mdi:ev-station",
"boot": "auto",
"legacy": true,
"stage": "experimental",
"ingress": true,
"ingress_port": 7070,
"init": false,
"image": "andig/evcc",
"options": {
"config_file": "/config/evcc.yaml"
},
"schema": {
"config_file": "str"
},
"host_network": true,
"map": ["config:rw"],
"webui": "http://[HOST]:[PORT:7070]/",
"ports": {
"7090/udp": 7090,
"9522/udp": 9522
}
}