Allow add-on to access homeassistant API

This allows using Motion Notification "Run A Command" with `HASSIO_TOKEN` and `http://hassio/homeassistant/api/` address. Allowing toggling a motion sensor when the camera detects motion.
This commit is contained in:
Marcio Granzotto Rodrigues 2019-12-01 16:46:00 -03:00 committed by GitHub
parent d5a49e4076
commit 5d57db6b56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,8 @@
}, },
"boot": "auto", "boot": "auto",
"hassio_api": true, "hassio_api": true,
"hassio_role": "default", "hassio_role": "homeassistant",
"homeassistant_api": true,
"host_network": true, "host_network": true,
"apparmor": false, "apparmor": false,
"privileged": [ "privileged": [