mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
docs for linode (#3687)
* docs for linode * Update 'ha_release' * Fix 'ha_release'
This commit is contained in:
parent
c02c4b80e7
commit
8e42810ace
30
source/_components/binary_sensor.linode.markdown
Normal file
30
source/_components/binary_sensor.linode.markdown
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Linode Binary Sensor"
|
||||||
|
description: "Instructions on how to set up Linode binary sensors within Home Assistant."
|
||||||
|
date: 2017-10-20 08:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
ha_category: System Monitor
|
||||||
|
logo: linode.png
|
||||||
|
ha_release: 0.57
|
||||||
|
ha_iot_class: "Local Polling"
|
||||||
|
---
|
||||||
|
|
||||||
|
The `linode` binary sensor platform allows you to monitor your Linode nodes.
|
||||||
|
|
||||||
|
Add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
binary_sensor:
|
||||||
|
- platform: linode
|
||||||
|
nodes:
|
||||||
|
- 'myvpsname'
|
||||||
|
```
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **nodes** (*Required*): List of VPSs you want to control.
|
BIN
source/images/supported_brands/linode.png
Normal file
BIN
source/images/supported_brands/linode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Loading…
x
Reference in New Issue
Block a user