Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.proxmoxve.const
 

Variables

 homeassistant.components.proxmoxve.const._LOGGER = logging.getLogger(__package__)
 
string homeassistant.components.proxmoxve.const.CONF_CONTAINERS = "containers"
 
string homeassistant.components.proxmoxve.const.CONF_NODE = "node"
 
string homeassistant.components.proxmoxve.const.CONF_NODES = "nodes"
 
string homeassistant.components.proxmoxve.const.CONF_REALM = "realm"
 
string homeassistant.components.proxmoxve.const.CONF_VMS = "vms"
 
string homeassistant.components.proxmoxve.const.COORDINATORS = "coordinators"
 
int homeassistant.components.proxmoxve.const.DEFAULT_PORT = 8006
 
string homeassistant.components.proxmoxve.const.DEFAULT_REALM = "pam"
 
bool homeassistant.components.proxmoxve.const.DEFAULT_VERIFY_SSL = True
 
string homeassistant.components.proxmoxve.const.DOMAIN = "proxmoxve"
 
string homeassistant.components.proxmoxve.const.PROXMOX_CLIENTS = "proxmox_clients"
 
int homeassistant.components.proxmoxve.const.TYPE_CONTAINER = 1
 
int homeassistant.components.proxmoxve.const.TYPE_VM = 0
 
int homeassistant.components.proxmoxve.const.UPDATE_INTERVAL = 60