diff --git a/source/_components/binary_sensor.linode.markdown b/source/_components/binary_sensor.linode.markdown new file mode 100644 index 00000000000..02f652ca350 --- /dev/null +++ b/source/_components/binary_sensor.linode.markdown @@ -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. diff --git a/source/images/supported_brands/linode.png b/source/images/supported_brands/linode.png new file mode 100644 index 00000000000..68dd2c96b1f Binary files /dev/null and b/source/images/supported_brands/linode.png differ