Update the "core-api" and "core-websocket" URLs on the "Add-On Commun… (#536)

This commit is contained in:
Jeff Rescignano 2020-05-17 09:29:11 -04:00 committed by GitHub
parent 09a7c3e7c3
commit ca1a02f158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,8 +60,8 @@ MQTT_USER=$(bashio::services mqtt "username")
MQTT_PASSWORD=$(bashio::services mqtt "password") MQTT_PASSWORD=$(bashio::services mqtt "password")
``` ```
[core-api]: https://www.home-assistant.io/developers/rest_api/ [core-api]: https://developers.home-assistant.io/docs/api/rest/
[core-websocket]: https://www.home-assistant.io/developers/websocket_api/ [core-websocket]: https://developers.home-assistant.io/docs/api/websocket/
[supervisor-api]: https://github.com/home-assistant/supervisor/blob/master/API.md [supervisor-api]: https://github.com/home-assistant/supervisor/blob/master/API.md
[supervisor-addon-api]: https://github.com/home-assistant/supervisor/blob/dev/API.md#restful-for-api-addons [supervisor-addon-api]: https://github.com/home-assistant/supervisor/blob/dev/API.md#restful-for-api-addons
[supervisor-services-api]:https://github.com/home-assistant/supervisor/blob/dev/API.md#services-1 [supervisor-services-api]:https://github.com/home-assistant/supervisor/blob/dev/API.md#services-1