mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Deprecate Lyft integration (#18509)
This commit is contained in:
parent
024da241d0
commit
a2bf6d5d30
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user