mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 23:36:50 +00:00
41 lines
988 B
Markdown
41 lines
988 B
Markdown
---
|
|
layout: page
|
|
title: "Vultr"
|
|
description: "Instructions on how to integrate Vultr within Home Assistant."
|
|
date: 2017-10-17 21:00
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
featured: false
|
|
ha_category: Hub
|
|
ha_release: "0.58"
|
|
logo: vultr.png
|
|
ha_iot_class: "Cloud Polling"
|
|
---
|
|
|
|
|
|
The `vultr` component allows you to access information about and interact with your [Vultr](https://www.vultr.com) subscriptions (Virtual Private Servers) from Home Assistant.
|
|
|
|
Obtain your API key from your [Vultr Account](https://my.vultr.com/settings/#settingsapi).
|
|
|
|
<p class='note'>
|
|
Ensure you allow the public IP of Home Assistant under the Access Control heading.
|
|
</p>
|
|
|
|
To integrate your Vultr subscriptions with Home Assistant, add the following section to your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
# Example configuration.yaml entry
|
|
vultr:
|
|
api_key: ABCDEFG12345
|
|
```
|
|
|
|
{% configuration %}
|
|
api_key:
|
|
description: Your Vultr API key.
|
|
required: true
|
|
type: string
|
|
{% endconfiguration %}
|
|
|