mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Render the secret (#18793)
This commit is contained in:
parent
e50a6ef8af
commit
ca74f5efde
@ -40,8 +40,8 @@ class OwnTracksFlow(config_entries.ConfigFlow):
|
||||
|
||||
if supports_encryption():
|
||||
secret_desc = (
|
||||
"The encryption key is {secret} "
|
||||
"(on Android under preferences -> advanced)")
|
||||
"The encryption key is {} "
|
||||
"(on Android under preferences -> advanced)".format(secret))
|
||||
else:
|
||||
secret_desc = (
|
||||
"Encryption is not supported because libsodium is not "
|
||||
|
Loading…
x
Reference in New Issue
Block a user