Home Assistant Unofficial Reference 2024.12.1
entity.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.upcloud.entity.UpCloudServerEntity
 

Namespaces

 homeassistant.components.upcloud.entity
 

Variables

 homeassistant.components.upcloud.entity._LOGGER = logging.getLogger(__name__)
 
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 {}"
 
dictionary homeassistant.components.upcloud.entity.STATE_MAP = {"error": STATE_PROBLEM, "started": STATE_ON, "stopped": STATE_OFF}