mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 01:28:58 +00:00

* Add UpCloud platform * Add scan_interval for UpCloud. * Update upcloud.markdown * Update switch.upcloud.markdown * Update binary_sensor.upcloud.markdown
873 B
873 B
layout, title, description, date, sidebar, comments, sharing, footer, ha_category, logo, ha_release, ha_iot_class
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.
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 %}