mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-06 11:08:59 +00:00

* Add UpCloud platform * Add scan_interval for UpCloud. * Update upcloud.markdown * Update switch.upcloud.markdown * Update binary_sensor.upcloud.markdown
1.0 KiB
1.0 KiB
layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_release, logo, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | ha_release | logo | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | UpCloud | Instructions how to integrate UpCloud within Home Assistant. | 2018-01-28 20:00 | true | false | true | true | Hub | 0.65 | upcloud.png | Cloud Polling |
The upcloud
component allows you to access the information about your UpCloud servers from Home Assistant.
Set up your API user credentials in your UpCloud control panel.
To integrate your UpCloud servers with Home Assistant, add the following section to your configuration.yaml
file:
# Example configuration.yaml entry
upcloud:
username: YOUR_API_USERNAME
password: YOUR_API_PASSWORD
{% configuration %} username: description: Your UpCloud API username. required: true type: string password: description: Your UpCloud API user password. required: true type: string scan_interval: description: Update interval in seconds. required: false type: int default: 60 {% endconfiguration %}