mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +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(
|
||||
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…
x
Reference in New Issue
Block a user