mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-05 03:31:22 +00:00
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:
parent
d5a49e4076
commit
5d57db6b56
1 changed files with 2 additions and 1 deletions
|
@ -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": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue