Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/_integrations/proxmoxve.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down