Skip to content

Commit 0aab6e6

Browse files
authored
add init:false based on feedback in #7
1 parent aaa71c7 commit 0aab6e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "Axpert Inverter",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"slug": "axpert",
55
"description": "Monitors an axpert inverter",
66
"arch": ["amd64", "armv7", "i386"],
77
"startup": "application",
88
"boot": "auto",
99
"privileged": ["SYS_RAWIO"],
1010
"devices": ["/dev/hidraw0"],
11+
"init": false,
1112
"options": {
1213
"mqtt_server": "core-mosquitto",
1314
"mqtt_user": "mqtt",

0 commit comments

Comments
 (0)