Fix stream api url (#217)

This commit is contained in:
Jorim Tielemans 2019-04-08 10:39:49 +02:00 committed by Pascal Vizeli
parent 3ac344d1e9
commit 01c17a3e36

View File

@ -29,8 +29,8 @@ To enables calls to the [Hass.io API][hassio-api], add `hassio_api: true` to `co
Add-ons can call some API commands without need set `hassio_api: true`:
- `/homeassistant/api`
- `/homeassistant/api/stream`
- `/homeassistant/websocket`
- `/homeassistant/stream`
- `/addons/self/*`
- `/services*`
- `/discovery*`