From cb90c05c476511ca1f809d5e1c9d2096ec6647d1 Mon Sep 17 00:00:00 2001 From: Ryan McLean Date: Mon, 6 Nov 2017 22:01:16 +0000 Subject: [PATCH] Fixed terminology for consistancy (#3916) Updated to add location to get Access Token from as non-obvious. --- source/_components/linode.markdown | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/source/_components/linode.markdown b/source/_components/linode.markdown index 08a44bda7ce..49336ba74a1 100644 --- a/source/_components/linode.markdown +++ b/source/_components/linode.markdown @@ -13,16 +13,21 @@ ha_release: 0.57 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. +* +* 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: ```yaml # Example configuration.yaml entry linode: - access_token: YOUR_API_KEY + access_token: YOUR_ACCESS_TOKEN ``` {% configuration %} @@ -31,4 +36,3 @@ linode: required: true type: string {% endconfiguration %} -