mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Lyft docs: Updated URLs to developer portal (#14893)
This commit is contained in:
parent
a14066f232
commit
72d395a5e2
@ -8,7 +8,7 @@ ha_release: 0.41
|
|||||||
ha_domain: lyft
|
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/).
|
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`.
|
You must create an application [here](https://www.lyft.com/developers/apps) to obtain a `client_id` and `client_secret`.
|
||||||
|
|
||||||
@ -24,11 +24,11 @@ sensor:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
client_id:
|
client_id:
|
||||||
description: "A client id obtained from [developer.lyft.com](https://developer.lyft.com) after [creating an app](https://www.lyft.com/developers/manage)."
|
description: "A client id obtained from [developer.lyft.com](https://developer.lyft.com) after [creating an app](https://www.lyft.com/developers/apps)."
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
client_secret:
|
client_secret:
|
||||||
description: "A client secret obtained from [developer.lyft.com](https://developer.lyft.com) after [creating an app](https://www.lyft.com/developers/manage)."
|
description: "A client secret obtained from [developer.lyft.com](https://developer.lyft.com) after [creating an app](https://www.lyft.com/developers/apps)."
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
start_latitude:
|
start_latitude:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user