home-assistant.io/source/_components/binary_sensor.linode.markdown
Ryan McLean 13c0383ec3 docs for linode (#3687)
* docs for linode

* Update 'ha_release'

* Fix 'ha_release'
2017-10-29 00:49:06 +02:00

647 B

layout, title, description, date, sidebar, comments, sharing, footer, ha_category, logo, ha_release, ha_iot_class
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 Local Polling

The linode binary sensor platform allows you to monitor your Linode nodes.

Add the following to your configuration.yaml file:

# Example configuration.yaml entry
binary_sensor:
  - platform: linode
    nodes:
      - 'myvpsname'

Configuration variables:

  • nodes (Required): List of VPSs you want to control.