mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
* Related #6385 Configuration variable explanation style update. * Update foursquare.markdown Done! :) * ✏️ Added newline * 🚑 Added missing colon
This commit is contained in:
parent
8e7f822627
commit
c13869e5a7
@ -23,10 +23,16 @@ foursquare:
|
|||||||
push_secret: "<foursquare push secret>"
|
push_secret: "<foursquare push secret>"
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
access_token:
|
||||||
- **access_token** (*Required*): A Foursquare API access token.
|
description: A Foursquare API access token.
|
||||||
- **push_secret** (*Required*): The push secret that Foursquare provides to you in the app dashboard.
|
required: true
|
||||||
|
type: string
|
||||||
|
push_secret:
|
||||||
|
description: The push secret that Foursquare provides to you in the app dashboard.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
#### Getting the access token ####
|
#### Getting the access token ####
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user