From c97be0dfec8ae4e4742e1ef050599d0cc8cdcf1b Mon Sep 17 00:00:00 2001 From: Max Rumpf Date: Wed, 31 Jul 2019 09:49:26 +0200 Subject: [PATCH] Fix developer API link in openwrt component (#10010) --- source/_components/openwrt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/openwrt.markdown b/source/_components/openwrt.markdown index d23133df208..cb7890ae88d 100644 --- a/source/_components/openwrt.markdown +++ b/source/_components/openwrt.markdown @@ -34,7 +34,7 @@ There are _multiple_ ways of integrating an OpenWRT router for presence detectio ### Event-based device tracker -This can be achieved by running a simple shell script on the OpenWRT router which calls the appropriate Home Assistant service. An OpenWRT package which does this is listed above. As this method directly calls the [service API](/developers/rest_api.markdown#post-apiservicesltdomainltservice), no special configuration is necessary on the Home Assistant side, except for ensuring the device_tracker API is running, which is achieved by adding the following to your `configuration.yaml` file: +This can be achieved by running a simple shell script on the OpenWRT router which calls the appropriate Home Assistant service. An OpenWRT package which does this is listed above. As this method directly calls the [service API](https://developers.home-assistant.io/docs/en/external_api_rest.html#post-api-services-lt-domain-lt-service), no special configuration is necessary on the Home Assistant side, except for ensuring the device_tracker API is running, which is achieved by adding the following to your `configuration.yaml` file: ```yaml device_tracker: