mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-11 05:28:57 +00:00
40 lines
1002 B
Markdown
40 lines
1002 B
Markdown
---
|
|
title: UpCloud
|
|
description: Instructions on how to integrate UpCloud within Home Assistant.
|
|
ha_category:
|
|
- Binary sensor
|
|
- Switch
|
|
- System monitor
|
|
ha_release: 0.65
|
|
ha_config_flow: true
|
|
ha_iot_class: Cloud Polling
|
|
ha_codeowners:
|
|
- '@scop'
|
|
ha_domain: upcloud
|
|
ha_platforms:
|
|
- binary_sensor
|
|
- switch
|
|
ha_integration_type: integration
|
|
---
|
|
|
|
The **UpCloud** {% term integration %} allows you to access the information about your [UpCloud](https://upcloud.com/) servers from Home Assistant.
|
|
|
|
There is currently support for the following device types within Home Assistant:
|
|
|
|
- [Binary sensor](#binary-sensor)
|
|
- [Switch](#switch)
|
|
|
|
## Setup
|
|
|
|
Set up your API user credentials in your [UpCloud control panel](https://hub.upcloud.com/).
|
|
|
|
{% include integrations/config_flow.md %}
|
|
|
|
## Binary sensor
|
|
|
|
A binary sensor {% term entity %} is set up for all discovered servers.
|
|
|
|
## Switch
|
|
|
|
A switch {% term entity %} is set up for all discovered servers. You can use the switch to control (start/stop) them.
|