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

Classes

class  UpCloudServerEntity
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string ATTR_CORE_NUMBER = "core_number"
 
string ATTR_HOSTNAME = "hostname"
 
string ATTR_MEMORY_AMOUNT = "memory_amount"
 
string ATTR_TITLE = "title"
 
string ATTR_UUID = "uuid"
 
string ATTR_ZONE = "zone"
 
string DEFAULT_COMPONENT_NAME = "UpCloud {}"
 
dictionary STATE_MAP = {"error": STATE_PROBLEM, "started": STATE_ON, "stopped": STATE_OFF}
 

Detailed Description

Support for UpCloud.

Variable Documentation

◆ _LOGGER

homeassistant.components.upcloud.entity._LOGGER = logging.getLogger(__name__)
private

Definition at line 17 of file entity.py.

◆ ATTR_CORE_NUMBER

string homeassistant.components.upcloud.entity.ATTR_CORE_NUMBER = "core_number"

Definition at line 19 of file entity.py.

◆ ATTR_HOSTNAME

string homeassistant.components.upcloud.entity.ATTR_HOSTNAME = "hostname"

Definition at line 20 of file entity.py.

◆ ATTR_MEMORY_AMOUNT

string homeassistant.components.upcloud.entity.ATTR_MEMORY_AMOUNT = "memory_amount"

Definition at line 21 of file entity.py.

◆ ATTR_TITLE

string homeassistant.components.upcloud.entity.ATTR_TITLE = "title"

Definition at line 22 of file entity.py.

◆ ATTR_UUID

string homeassistant.components.upcloud.entity.ATTR_UUID = "uuid"

Definition at line 23 of file entity.py.

◆ ATTR_ZONE

string homeassistant.components.upcloud.entity.ATTR_ZONE = "zone"

Definition at line 24 of file entity.py.

◆ DEFAULT_COMPONENT_NAME

string homeassistant.components.upcloud.entity.DEFAULT_COMPONENT_NAME = "UpCloud {}"

Definition at line 26 of file entity.py.

◆ STATE_MAP

dictionary homeassistant.components.upcloud.entity.STATE_MAP = {"error": STATE_PROBLEM, "started": STATE_ON, "stopped": STATE_OFF}

Definition at line 28 of file entity.py.