From f78f54e55cf1f9461a2bdc877c5249badc7e04a6 Mon Sep 17 00:00:00 2001 From: ecspiegel <87676266+ecspiegel@users.noreply.github.com> Date: Thu, 3 Jul 2025 01:50:50 -0400 Subject: [PATCH] Update proxmoxve.markdown (#39816) --- source/_integrations/proxmoxve.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/proxmoxve.markdown b/source/_integrations/proxmoxve.markdown index 3128058d357..0d72e9b3d75 100644 --- a/source/_integrations/proxmoxve.markdown +++ b/source/_integrations/proxmoxve.markdown @@ -145,6 +145,10 @@ For the group to access the VMs we need to grant it the auditor role Creating a dedicated user for Home Assistant, limited to only to the access just created is the most secure method. These instructions use the `pve` realm for the user. This allows a connection, but ensures that the user is not authenticated for SSH connections. If you use the `pve` realm, just be sure to add `realm: pve` to your configuration. +{% important %} +The Home Assistant user you create must already exist on the Linux system. +{% endimportant %} + 1. Click `Datacenter` 2. Open `Permissions` and click `Users` 3. Click `Add`