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} |
Support for UpCloud.
|
private |
| string homeassistant.components.upcloud.entity.ATTR_CORE_NUMBER = "core_number" |
| string homeassistant.components.upcloud.entity.ATTR_HOSTNAME = "hostname" |
| string homeassistant.components.upcloud.entity.ATTR_MEMORY_AMOUNT = "memory_amount" |
| string homeassistant.components.upcloud.entity.ATTR_TITLE = "title" |
| string homeassistant.components.upcloud.entity.ATTR_UUID = "uuid" |
| string homeassistant.components.upcloud.entity.ATTR_ZONE = "zone" |
| string homeassistant.components.upcloud.entity.DEFAULT_COMPONENT_NAME = "UpCloud {}" |