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

988 B

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

The vultr component allows you to access information about and interact with your Vultr subscriptions (Virtual Private Servers) from Home Assistant.

Obtain your API key from your Vultr Account.

Ensure you allow the public IP of Home Assistant under the Access Control heading.

To integrate your Vultr subscriptions with Home Assistant, add the following section to your configuration.yaml file:

# Example configuration.yaml entry
vultr:
  api_key: ABCDEFG12345

{% configuration %} api_key: description: Your Vultr API key. required: true type: string {% endconfiguration %}