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

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 %}