homematic: add username and password to interface config schema (#11214)
Fixes #11191, the json-rpc name resolving method requires user account and password.
This commit is contained in:
parent
90e25a6dfb
commit
b4e2537de3
1 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,8 @@ CONFIG_SCHEMA = vol.Schema({
|
|||
vol.Optional(CONF_PATH, default=DEFAULT_PATH): cv.string,
|
||||
vol.Optional(CONF_RESOLVENAMES, default=DEFAULT_RESOLVENAMES):
|
||||
vol.In(CONF_RESOLVENAMES_OPTIONS),
|
||||
vol.Optional(CONF_USERNAME, default=DEFAULT_USERNAME): cv.string,
|
||||
vol.Optional(CONF_PASSWORD, default=DEFAULT_PASSWORD): cv.string,
|
||||
vol.Optional(CONF_CALLBACK_IP): cv.string,
|
||||
vol.Optional(CONF_CALLBACK_PORT): cv.port,
|
||||
}},
|
||||
|
|
Loading…
Add table
Reference in a new issue