home-assistant.io/source/_components/switch.vultr.markdown
Fabian Affolter c54442720f
Update config style and 'ha_release' (#3897)
* Update config style and 'ha_release'

* Minor changes
2017-11-05 15:29:40 +01:00

1.2 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Vultr Switch Instructions on how to set up Vultr switches within Home Assistant. 2017-10-17 21:00 true false true true vultr.png Switch 0.58 Cloud Polling

The vultr switch platform allows you to control (start/stop) your Vultr subscription.

To control your Vultr subscription, you first have to set up your Vultr hub.

The following examples assume a subscription that has an ID of `123456` and a label of `Web Server`

Minimal configuration.yaml (produces switch.vultr_web_server):

# Example configuration.yaml entry
switch:
  - platform: vultr
    subscription: 123456

{% configuration %} subscription: description: List of droplets you want to control. required: true type: string name: description: The name you want to give this switch. required: false default: "Vultr {subscription label}" type: string {% endconfiguration %}

Full configuration.yaml (produces switch.amazing_server):

switch:
  - platform: vultr
    name: Amazing Server
    subscription: 123456