mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add docs for upcoming Lyft sensor changes (#8297)
This commit is contained in:
parent
b267b7848b
commit
b683a82567
@ -25,7 +25,6 @@ sensor:
|
|||||||
- platform: lyft
|
- platform: lyft
|
||||||
client_id: CLIENT_ID
|
client_id: CLIENT_ID
|
||||||
client_secret: CLIENT_SECRET
|
client_secret: CLIENT_SECRET
|
||||||
start_latitude: 37.8116380
|
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -39,12 +38,14 @@ client_secret:
|
|||||||
type: string
|
type: string
|
||||||
start_latitude:
|
start_latitude:
|
||||||
description: The starting latitude for a trip.
|
description: The starting latitude for a trip.
|
||||||
required: true
|
required: false
|
||||||
type: float
|
type: float
|
||||||
|
default: "The latitude defined under the `homeassistant` key in `configuration.yaml`."
|
||||||
start_longitude:
|
start_longitude:
|
||||||
description: The starting longitude for a trip.
|
description: The starting longitude for a trip.
|
||||||
required: true
|
required: false
|
||||||
type: float
|
type: float
|
||||||
|
default: "The longitude defined under the `homeassistant` key in `configuration.yaml`."
|
||||||
end_latitude:
|
end_latitude:
|
||||||
description: The ending latitude for a trip. While `end_latitude` is optional, providing an `end_latitude`/`end_longitude` allows price estimates as well as time.
|
description: The ending latitude for a trip. While `end_latitude` is optional, providing an `end_latitude`/`end_longitude` allows price estimates as well as time.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user