Update hassio_addon_communication.md

This commit is contained in:
Pascal Vizeli 2018-10-12 14:43:16 +02:00 committed by GitHub
parent e5b6ea45b7
commit d758cf2f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,10 @@ Add-ons can call some API commands without need set `hassio_api: true`:
- `/homeassistant/api`
- `/homeassistant/websocket`
- `/homeassistant/stream`
- `/addons/self/...`
- `/addons/self/*`
- `/services*`
- `/discovery*`
- `/info`
[hass-api]: https://www.home-assistant.io/developers/rest_api/
[hass-websocket]: https://www.home-assistant.io/developers/websocket_api/