mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-28 23:37:35 +00:00
687 B
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 %}