UpCloud


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 Variables

username

(string)(Required)Your UpCloud API username.

password

(string)(Required)Your UpCloud API user password.

scan_interval

(int)(Optional)Update interval in seconds.

Default value: 60