mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +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():
|
if supports_encryption():
|
||||||
secret_desc = (
|
secret_desc = (
|
||||||
"The encryption key is {secret} "
|
"The encryption key is {} "
|
||||||
"(on Android under preferences -> advanced)")
|
"(on Android under preferences -> advanced)".format(secret))
|
||||||
else:
|
else:
|
||||||
secret_desc = (
|
secret_desc = (
|
||||||
"Encryption is not supported because libsodium is not "
|
"Encryption is not supported because libsodium is not "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user