home-assistant.io/source/_components/binary_sensor.linode.markdown
Jorim Tielemans 5c852edbde More various improvements - letter b (#6990)
* More various fixed - letter b

Adds titles (and make other linkable)
Improved indentation
Reorder configuration keys
Remove empty lines and trailing spaces

* No idea why this happened

* String can't start with *
2018-10-21 17:05:53 +02:00

36 lines
732 B
Markdown

---
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: "Cloud Polling"
---
The `linode` binary sensor platform allows you to monitor your Linode nodes.
## {% linkable_title Configuration %}
Add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
binary_sensor:
- platform: linode
nodes:
- 'myvpsname'
```
{% configuration %}
nodes:
description: List of VPSs you want to control.
required: true
type: string
{% endconfiguration %}