Jorim Tielemans 4504576383 Clean up - uv (#7024)
trailing spaces
code quotes
empty lines
grammar
titles
2018-10-23 11:07:23 +02:00

1.0 KiB

layout, title, description, date, sidebar, comments, sharing, footer, featured, ha_category, ha_release, logo, ha_iot_class
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 System Monitor 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.

{% linkable_title Configuration %}

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: YOUR_API_KEY

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