mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 16:57:34 +00:00
912 B
912 B
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | logo | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | UpCloud Binary Sensor | Instructions on how to set up UpCloud binary sensors within Home Assistant. | 2018-01-28 20:00 | true | false | true | true | System Monitor | upcloud.png | 0.65 | Cloud Polling |
The upcloud
binary sensor platform allows you to monitor your UpCloud servers.
{% linkable_title Configuration %}
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
binary_sensor:
- platform: upcloud
servers:
- 002167b7-4cb1-44b7-869f-e0900ddeeae1
- 00886296-6137-4074-afe3-068e16d89d00
{% configuration %} servers: description: List of servers you want to monitor. required: true type: list {% endconfiguration %}