Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.proxmoxve.ProxmoxClient
 

Namespaces

 homeassistant.components.proxmoxve
 

Functions

bool homeassistant.components.proxmoxve.async_setup (HomeAssistant hass, ConfigType config)
 
dict[str, Any]|None homeassistant.components.proxmoxve.call_api_container_vm (ProxmoxAPI proxmox, str node_name, int vm_id, int machine_type)
 
DataUpdateCoordinator[dict[str, Any]|None] homeassistant.components.proxmoxve.create_coordinator_container_vm (HomeAssistant hass, ProxmoxAPI proxmox, str host_name, str node_name, int vm_id, int vm_type)
 
dict[str, Any] homeassistant.components.proxmoxve.parse_api_container_vm (dict[str, Any] status)
 

Variables

 homeassistant.components.proxmoxve.CONFIG_SCHEMA
 
list homeassistant.components.proxmoxve.PLATFORMS = [Platform.BINARY_SENSOR]