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.