From a2bf6d5d305cb368742eb520daf89f203592f0e0 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 14 Jul 2021 12:07:51 +0200 Subject: [PATCH] Deprecate Lyft integration (#18509) --- source/_integrations/lyft.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/lyft.markdown b/source/_integrations/lyft.markdown index 82523c9095c..0fd858ed8e5 100644 --- a/source/_integrations/lyft.markdown +++ b/source/_integrations/lyft.markdown @@ -10,6 +10,12 @@ ha_platforms: - sensor --- +
+The Lyft integration has been marked deprecated and is pending removal in Home Assistant Core 2021.10. +It is considered impossible to obtain the needed API keys to use this integration. +
+ + 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/docs). You must create an application [here](https://www.lyft.com/developers/apps) to obtain a `client_id` and `client_secret`.