Fixed terminology for consistancy (#3916)

Updated to add location to get Access Token from as non-obvious.
This commit is contained in:
Ryan McLean 2017-11-06 22:01:16 +00:00 committed by Fabian Affolter
parent a417716f69
commit cb90c05c47

View File

@ -13,16 +13,21 @@ ha_release: 0.57
ha_iot_class: "Cloud Polling" ha_iot_class: "Cloud Polling"
--- ---
The `linode` component allows you to access the information about your [Linode](https://welcome.linode.com) systems from Home Assistant. The `linode` component allows you to access the information about your [Linode](https://www.linode.com) systems from Home Assistant.
Obtain your API key from Linode account. Obtain your oAuth2 Access Token from Linode account.
* <http://cloud.linode.com>
* Log in
* Select API Tokens
* Create a Personal Access Token,
* Assigned scope (Please choose the least possible access required.)
To integrate Linode with Home Assistant, add the following section to your `configuration.yaml` file: To integrate Linode with Home Assistant, add the following section to your `configuration.yaml` file:
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
linode: linode:
access_token: YOUR_API_KEY access_token: YOUR_ACCESS_TOKEN
``` ```
{% configuration %} {% configuration %}
@ -31,4 +36,3 @@ linode:
required: true required: true
type: string type: string
{% endconfiguration %} {% endconfiguration %}