Use `CONF_SALT` correctly in config_flow validation (#99597)
parent
7643820e59
commit
3b6811dab6
|
@ -20,7 +20,7 @@ def validate_input(entry: dict[str, str]) -> dict[str, str] | None:
|
|||
send(
|
||||
key=entry[CONF_DEVICE_KEY],
|
||||
password=entry[CONF_PASSWORD],
|
||||
salt=entry[CONF_PASSWORD],
|
||||
salt=entry[CONF_SALT],
|
||||
title="HA test",
|
||||
message="Message delivered successfully",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue