mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update proxmoxve documentation with port and user instructions (#17401)
This commit is contained in:
parent
4425fcfaec
commit
3aaeec3e27
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user