mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Add Linode component docs (#3821)
This commit is contained in:
parent
ede7ca89ff
commit
a16290c4fe
@ -10,7 +10,7 @@ footer: true
|
|||||||
ha_category: System Monitor
|
ha_category: System Monitor
|
||||||
logo: linode.png
|
logo: linode.png
|
||||||
ha_release: 0.57
|
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.
|
The `linode` binary sensor platform allows you to monitor your Linode nodes.
|
||||||
@ -25,6 +25,10 @@ binary_sensor:
|
|||||||
- 'myvpsname'
|
- '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.
|
|
||||||
|
34
source/_components/linode.markdown
Normal file
34
source/_components/linode.markdown
Normal 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 |
Loading…
x
Reference in New Issue
Block a user