From 64b608b4391218501ade95a618b11fffdf2df313 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 17 Jun 2026 13:33:13 +0200 Subject: [PATCH] Set parallel updates for ProxmoxVE buttons (#174125) --- homeassistant/components/proxmoxve/button.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/components/proxmoxve/button.py b/homeassistant/components/proxmoxve/button.py index 964caa196a73..eb93ade027c1 100644 --- a/homeassistant/components/proxmoxve/button.py +++ b/homeassistant/components/proxmoxve/button.py @@ -26,6 +26,8 @@ from .coordinator import ProxmoxConfigEntry, ProxmoxCoordinator, ProxmoxNodeData from .entity import ProxmoxContainerEntity, ProxmoxNodeEntity, ProxmoxVMEntity from .helpers import is_granted +PARALLEL_UPDATES = 1 + NO_PERM_VM_LXC_POWER = "no_permission_vm_lxc_power"