mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
ProxmoxVE Change realm to username instead of password (#17078)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
f895f2ff42
commit
6c7ffbebcb
@ -55,11 +55,11 @@ verify_ssl:
|
||||
default: true
|
||||
type: boolean
|
||||
username:
|
||||
description: The username used to authenticate.
|
||||
description: The username used to authenticate. Can include the realm by appending "@<realm>".
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: The password used to authenticate. Can include the realm by appending "@<realm>"
|
||||
description: The password used to authenticate.
|
||||
required: true
|
||||
type: string
|
||||
realm:
|
||||
|
Loading…
x
Reference in New Issue
Block a user