mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 08:47:35 +00:00
988 B
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 %}