From 3aaeec3e27265de9e98790bcb6ae2a88108e4646 Mon Sep 17 00:00:00 2001 From: John Hollowell Date: Wed, 14 Apr 2021 17:34:12 -0400 Subject: [PATCH] Update proxmoxve documentation with port and user instructions (#17401) --- source/_integrations/proxmoxve.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_integrations/proxmoxve.markdown b/source/_integrations/proxmoxve.markdown index 304741698a8..f2518f17b73 100644 --- a/source/_integrations/proxmoxve.markdown +++ b/source/_integrations/proxmoxve.markdown @@ -41,7 +41,7 @@ proxmoxve: {% configuration %} host: - description: IP address of the Proxmox VE instance. + description: IP address of the Proxmox VE instance. Can include port by appending ":\". required: true type: string port: @@ -55,7 +55,7 @@ verify_ssl: default: true type: boolean username: - description: The username used to authenticate. Can include the realm by appending "@". + description: The username used to authenticate. Can include the realm by appending "@\". required: true type: string password: @@ -148,3 +148,5 @@ Creating a dedicated user for Home Assistant, limited to only to the access just 7. Select the group just created earlier (`HomeAssistant`) to grant access to Proxmox 8. Ensure `Enabled` is checked and `Expire` is set to "never" 9. Click `Add` + +In your Home Assistant configuration, use `hass@pve` for the username and your chosen password for the password.