Skip to content

Commit 5b09c6d

Browse files
authored
Add permission to access the Supervisor API (#771)
1 parent 38288e2 commit 5b09c6d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

zigbee2mqtt-edge/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"services": [
1111
"mqtt:need"
1212
],
13+
"hassio_api": true,
1314
"arch": [
1415
"aarch64",
1516
"amd64",

zigbee2mqtt/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"services": [
1414
"mqtt:need"
1515
],
16+
"hassio_api": true,
1617
"arch": [
1718
"aarch64",
1819
"amd64",

0 commit comments

Comments
 (0)