
* Added Vultr logo * Added v1 Vultr hub * Added init sensor docs for Vultr * Updated Vultr components to next version * Updating Vultr components * Added more details to vultr sensors * Updated Vultr component docs * Corrected Vultr name default values, added vultr sensor {} name option
1.1 KiB
1.1 KiB
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.57 | 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
):
switch:
- platform: vultr
subscription: 123456
Full configuration.yaml
(produces switch.amazing_server
):
switch:
- platform: vultr
name: Amazing Server
subscription: 123456
Configuration variables:
- subscription (Required): List of droplets you want to control.
- name (Optional): The name you want to give this switch, defaults to
Vultr {subscription label}