Alexis Iglauer 3669c05f9d Typo (#6341)
2018-09-23 13:34:54 +02:00

1.0 KiB

layout, title, description, date, sidebar, comments, sharing, footer, ha_category, logo, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer ha_category logo ha_release ha_iot_class
page Linode Instructions on how to set up Linode within Home Assistant. 2017-10-20 08:00 true false true true System Monitor linode.png 0.57 Cloud Polling

The linode component allows you to access the information about your Linode systems from Home Assistant.

{% linkable_title Setup %}

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.)

{% linkable_title Configuration %}

To integrate Linode with Home Assistant, add the following section to your configuration.yaml file:

# Example configuration.yaml entry
linode:
  access_token: YOUR_ACCESS_TOKEN

{% configuration %} access_token: description: The Linode access token. required: true type: string {% endconfiguration %}