mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 01:07:36 +00:00

* 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 *
732 B
732 B
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | logo | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Linode Binary Sensor | Instructions on how to set up Linode binary sensors within Home Assistant. | 2017-10-20 08:00 | true | false | true | true | System Monitor | linode.png | 0.57 | 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:
# 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 %}