Add Linode component docs (#3821)

This commit is contained in:
Fabian Affolter 2017-10-29 01:37:19 +02:00 committed by Fabian Affolter
parent ede7ca89ff
commit a16290c4fe
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
3 changed files with 41 additions and 3 deletions

View File

@ -10,7 +10,7 @@ footer: true
ha_category: System Monitor
logo: linode.png
ha_release: 0.57
ha_iot_class: "Local Polling"
ha_iot_class: "Cloud Polling"
---
The `linode` binary sensor platform allows you to monitor your Linode nodes.
@ -25,6 +25,10 @@ binary_sensor:
- 'myvpsname'
```
Configuration variables:
{% configuration %}
nodes:
description: List of VPSs you want to control.
required: true
type: string
{% endconfiguration %}
- **nodes** (*Required*): List of VPSs you want to control.

View File

@ -0,0 +1,34 @@
---
layout: page
title: "Linode"
description: "Instructions on how to set up Linode within Home Assistant."
date: 2017-10-20 08:00
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Hub
logo: linode.png
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.
Obtain your API key from Linode account.
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
```
{% configuration %}
access_token:
description: The Linode access token.
required: true
type: string
{% endconfiguration %}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB