Fixed dead link (#6698)

* Fixed dead link

* ✏️ Tweaked URL
This commit is contained in:
Jelmer Tiete 2018-10-11 16:21:28 -04:00 committed by Franck Nijhof
parent 279982b131
commit 3f38ecb5df

View File

@ -25,7 +25,7 @@ There are _multiple_ ways of integrating an OpenWRT router for presence detectio
* [ubus](/components/device_tracker.ubus/) * [ubus](/components/device_tracker.ubus/)
* [luci](/components/device_tracker.luci/) * [luci](/components/device_tracker.luci/)
* __passive/event-based__ * __passive/event-based__
External services which notify Home Assistant of devices via the [REST API endpoint](/developers/rest_api.markdown). External services which notify Home Assistant of devices via the [REST API endpoint](https://developers.home-assistant.io/docs/en/external_api_rest.html).
* Advantages: * Advantages:
* devices typically registered in under one second when they connect * devices typically registered in under one second when they connect
* very few network requests * very few network requests