From c45a3f8239e850c7b605f68ad165b746af8252d0 Mon Sep 17 00:00:00 2001 From: lizaoreo Date: Fri, 2 Oct 2020 12:41:31 -0400 Subject: [PATCH] Updated link to plans (#14792) The plans site doesn't appear to be present anymore, but the benefits page includes information on the free plan. Also updated text to reflect the website for the amount of calls per month under the free plan. --- source/_integrations/uk_transport.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/uk_transport.markdown b/source/_integrations/uk_transport.markdown index 10247ffe356..b8eacf5b8e5 100644 --- a/source/_integrations/uk_transport.markdown +++ b/source/_integrations/uk_transport.markdown @@ -8,7 +8,7 @@ ha_release: '0.50' ha_domain: uk_transport --- -The `uk_transport` sensor will display the time in minutes until the next departure in a specified direction from of a configured train station or bus stop. The sensor uses [transportAPI](https://www.transportapi.com/) to query live departure data and requires a developer application ID and key which can be obtained [here](https://developer.transportapi.com/). The [free tier](https://www.transportapi.com/plans/) allows 1000 requests daily, which is sufficient for a single sensor refreshing every 87 seconds. +The `uk_transport` sensor will display the time in minutes until the next departure in a specified direction from of a configured train station or bus stop. The sensor uses [transportAPI](https://www.transportapi.com/) to query live departure data and requires a developer application ID and key which can be obtained [here](https://developer.transportapi.com/). The [free tier](https://www.transportapi.com/benefits/) allows 30,000 requests a month, which is sufficient for a single sensor refreshing every 87 seconds.