Deprecate Lyft integration (#18509)

This commit is contained in:
Franck Nijhof 2021-07-14 12:07:51 +02:00 committed by GitHub
parent 024da241d0
commit a2bf6d5d30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,12 @@ ha_platforms:
- sensor
---
<div class="note warning">
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.
</div>
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`.