mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Use CONF_SALT
correctly in config_flow validation (#99597)
This commit is contained in:
parent
7643820e59
commit
3b6811dab6
@ -20,7 +20,7 @@ def validate_input(entry: dict[str, str]) -> dict[str, str] | None:
|
|||||||
send(
|
send(
|
||||||
key=entry[CONF_DEVICE_KEY],
|
key=entry[CONF_DEVICE_KEY],
|
||||||
password=entry[CONF_PASSWORD],
|
password=entry[CONF_PASSWORD],
|
||||||
salt=entry[CONF_PASSWORD],
|
salt=entry[CONF_SALT],
|
||||||
title="HA test",
|
title="HA test",
|
||||||
message="Message delivered successfully",
|
message="Message delivered successfully",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user