mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-14 06:58:58 +00:00
780 B
780 B
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 | Hub | linode.png | 0.57 | Cloud Polling |
The linode
component allows you to access the information about your Linode systems from Home Assistant.
Obtain your API key from Linode account.
To integrate Linode with Home Assistant, add the following section to your configuration.yaml
file:
# Example configuration.yaml entry
linode:
access_token: YOUR_API_KEY
{% configuration %} access_token: description: The Linode access token. required: true type: string {% endconfiguration %}