Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.upcloud.const Namespace Reference

Variables

string CONFIG_ENTRY_UPDATE_SIGNAL_TEMPLATE = f"{DOMAIN}_config_entry_update:{{}}"
 
string DATA_UPCLOUD = "data_upcloud"
 
 DEFAULT_SCAN_INTERVAL = timedelta(seconds=60)
 
string DOMAIN = "upcloud"
 

Detailed Description

UpCloud constants.

Variable Documentation

◆ CONFIG_ENTRY_UPDATE_SIGNAL_TEMPLATE

string homeassistant.components.upcloud.const.CONFIG_ENTRY_UPDATE_SIGNAL_TEMPLATE = f"{DOMAIN}_config_entry_update:{{}}"

Definition at line 8 of file const.py.

◆ DATA_UPCLOUD

string homeassistant.components.upcloud.const.DATA_UPCLOUD = "data_upcloud"

Definition at line 6 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

homeassistant.components.upcloud.const.DEFAULT_SCAN_INTERVAL = timedelta(seconds=60)

Definition at line 7 of file const.py.

◆ DOMAIN

string homeassistant.components.upcloud.const.DOMAIN = "upcloud"

Definition at line 5 of file const.py.