mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 01:58:57 +00:00
40 lines
967 B
Markdown
40 lines
967 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` 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 entity is set up for all discovered servers.
|
|
|
|
## Switch
|
|
|
|
A switch entity is set up for all discovered servers. You can use the switch to control (start/stop) them.
|