home-assistant.io/source/_components/switch.linode.markdown
2019-01-24 23:14:04 +01:00

687 B

layout title description date sidebar comments sharing footer ha_category logo ha_release ha_iot_class
page Linode Switch Instructions on how to set up Linode switch within Home Assistant. 2017-10-20 08:00 true false true true System Monitor linode.png 0.57 Cloud Polling

The linode switch platform allows you to turn your Linode nodes on and off.

Add the following to your configuration.yaml file:

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

{% configuration linode %} nodes: description: List of VPSs you want to control. required: true type: string {% endconfiguration %}