Update proxmoxve documentation with port and user instructions (#17401)

This commit is contained in:
John Hollowell 2021-04-14 17:34:12 -04:00 committed by GitHub
parent 4425fcfaec
commit 3aaeec3e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ":\<port\>".
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 "@<realm>".
description: The username used to authenticate. Can include the realm by appending "@\<realm\>".
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.