mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Use CONF_SALT
correctly in config_flow validation (#99597)
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
Reference in New Issue
Block a user