Update hassio_addon_communication.md

This commit is contained in:
Pascal Vizeli 2018-09-18 13:47:00 +02:00 committed by GitHub
parent 08f2218cf4
commit 0f2b490e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ Add-ons can call some API commands without need set `hassio_api: true`:
- `/supervisor/info` - `/supervisor/info`
- `/addons` - `/addons`
- `/addons/self/...` - `/addons/self/...`
- `/services*`
[hass-api]: https://www.home-assistant.io/developers/rest_api/ [hass-api]: https://www.home-assistant.io/developers/rest_api/
[hass-websocket]: https://www.home-assistant.io/developers/websocket_api/ [hass-websocket]: https://www.home-assistant.io/developers/websocket_api/