home-assistant.io/source/_components/switch.upcloud.markdown
Ville Skyttä 0b988cbd2b Add UpCloud platform (#4543)
* Add UpCloud platform

* Add scan_interval for UpCloud.

* Update upcloud.markdown

* Update switch.upcloud.markdown

* Update binary_sensor.upcloud.markdown
2018-03-02 02:05:14 +01:00

851 B

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page UpCloud Switch Instructions on how to set up UpCloud switches within Home Assistant. 2018-01-28 20:00 true false true true upcloud.png Switch 0.65 Cloud Polling

The upcloud switch platform allows you to control (start/stop) your UpCloud servers.

To use your UpCloud servers, you first have to set up your UpCloud hub and then add the following to your configuration.yaml file:

# Example configuration.yaml entry
switch:
  - platform: upcloud
    servers:
      - 002167b7-4cb1-44b7-869f-e0900ddeeae1
      - 00886296-6137-4074-afe3-068e16d89d00

{% configuration %} servers: description: List of servers you want to control. required: true type: list {% endconfiguration %}