Add docs for upcoming Lyft sensor changes (#8297)

This commit is contained in:
Aaron Bach 2019-01-27 12:23:54 -07:00 committed by Franck Nijhof
parent b267b7848b
commit b683a82567

View File

@ -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