mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 17:18:58 +00:00
1.3 KiB
1.3 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 | System Monitor | 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.
{% linkable_title Configuration %}
Minimal configuration.yaml
(produces switch.vultr_web_server
):
# Example configuration.yaml entry
switch:
- platform: vultr
subscription: YOUR_SUBSCRIPTION_ID
{% 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 %}
{% linkable_title Additional Examples %}
Full example that produces switch.amazing_server
, assuming a subscription
that has an ID of 123456
and a label of Web Server
:
# Example configuration.yaml entry
switch:
- platform: vultr
name: Amazing Server
subscription: 123456