From 445b49ff8df60b54289270578eb4047dbeff8d87 Mon Sep 17 00:00:00 2001 From: lizaoreo Date: Fri, 2 Oct 2020 12:42:50 -0400 Subject: [PATCH] Updated lift dev link (#14790) --- source/_integrations/lyft.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/lyft.markdown b/source/_integrations/lyft.markdown index afd295bd80c..8e7259846d2 100644 --- a/source/_integrations/lyft.markdown +++ b/source/_integrations/lyft.markdown @@ -10,7 +10,7 @@ ha_domain: lyft The `lyft` sensor will give you time and price estimates for all available [Lyft](https://lyft.com) products at the given `start_latitude` and `start_longitude`.The `ATTRIBUTES` are used to provide extra information about products, such as vehicle capacity and fare rates. If an `end_latitude` and `end_longitude` are specified, a price estimate will also be provided. One sensor will be created for each product at the given `start` location, for pickup time. A second sensor for each product, for estimated price, will be created if a destination is specified. The sensor is powered by the official Lyft [API](https://developer.lyft.com/reference/). -You must create an application [here](https://www.lyft.com/developers/manage) to obtain a `client_id` and `client_secret`. +You must create an application [here](https://www.lyft.com/developers/apps) to obtain a `client_id` and `client_secret`. To enable this sensor, add the following lines to your `configuration.yaml` file: