From 33ca7630761901b4c7a0fb9a3b1a4976472c4010 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 22 Jun 2018 09:50:23 -0400 Subject: [PATCH] Add linode switch docs --- source/components/switch.linode.markdown | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 source/components/switch.linode.markdown diff --git a/source/components/switch.linode.markdown b/source/components/switch.linode.markdown new file mode 100644 index 00000000000..bf96301911c --- /dev/null +++ b/source/components/switch.linode.markdown @@ -0,0 +1,34 @@ +--- +layout: page +title: "Linode Switch" +description: "Instructions on how to set up Linode switch 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` switch platform allows you to turn your Linode nodes on and off. + +Add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +switch: + - platform: linode + nodes: + - 'myvpsname' +``` + +{% configuration %} + nodes: + description: List of VPSs you want to control. + required: true + type: string +{% endconfiguration %} +