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

Variables

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

Detailed Description

Constants for ProxmoxVE.

Variable Documentation

◆ _LOGGER

homeassistant.components.proxmoxve.const._LOGGER = logging.getLogger(__package__)
private

Definition at line 22 of file const.py.

◆ CONF_CONTAINERS

string homeassistant.components.proxmoxve.const.CONF_CONTAINERS = "containers"

Definition at line 11 of file const.py.

◆ CONF_NODE

string homeassistant.components.proxmoxve.const.CONF_NODE = "node"

Definition at line 8 of file const.py.

◆ CONF_NODES

string homeassistant.components.proxmoxve.const.CONF_NODES = "nodes"

Definition at line 9 of file const.py.

◆ CONF_REALM

string homeassistant.components.proxmoxve.const.CONF_REALM = "realm"

Definition at line 7 of file const.py.

◆ CONF_VMS

string homeassistant.components.proxmoxve.const.CONF_VMS = "vms"

Definition at line 10 of file const.py.

◆ COORDINATORS

string homeassistant.components.proxmoxve.const.COORDINATORS = "coordinators"

Definition at line 13 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.proxmoxve.const.DEFAULT_PORT = 8006

Definition at line 15 of file const.py.

◆ DEFAULT_REALM

string homeassistant.components.proxmoxve.const.DEFAULT_REALM = "pam"

Definition at line 16 of file const.py.

◆ DEFAULT_VERIFY_SSL

bool homeassistant.components.proxmoxve.const.DEFAULT_VERIFY_SSL = True

Definition at line 17 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ PROXMOX_CLIENTS

string homeassistant.components.proxmoxve.const.PROXMOX_CLIENTS = "proxmox_clients"

Definition at line 6 of file const.py.

◆ TYPE_CONTAINER

int homeassistant.components.proxmoxve.const.TYPE_CONTAINER = 1

Definition at line 19 of file const.py.

◆ TYPE_VM

int homeassistant.components.proxmoxve.const.TYPE_VM = 0

Definition at line 18 of file const.py.

◆ UPDATE_INTERVAL

int homeassistant.components.proxmoxve.const.UPDATE_INTERVAL = 60

Definition at line 20 of file const.py.