mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
add data descriptions
This commit is contained in:
parent
1e4ddc17af
commit
f069511c14
@ -34,7 +34,7 @@
|
|||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"password": "Password. Passwords are deprecated and will be removed in a future version. Please use an encryption key instead."
|
"password": "Passwords are deprecated and will be removed in a future version. Please update your ESPHome YAML configuration to use an encryption key instead."
|
||||||
},
|
},
|
||||||
"description": "Please enter the password you set in your configuration for {name}."
|
"description": "Please enter the password you set in your configuration for {name}."
|
||||||
},
|
},
|
||||||
@ -43,7 +43,7 @@
|
|||||||
"noise_psk": "Encryption key"
|
"noise_psk": "Encryption key"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"noise_psk": "Encryption key. This is used to encrypt the connection between Home Assistant and the ESPHome device. You can find this in the api: section of your ESPHome configuration if it is enabled."
|
"noise_psk": "The encryption key is used to encrypt the connection between Home Assistant and the ESPHome device. You can find this in the api: section of your ESPHome configuration if it is enabled."
|
||||||
},
|
},
|
||||||
"description": "Please enter the encryption key for {name}. You can find it in the ESPHome Dashboard or in your device configuration."
|
"description": "Please enter the encryption key for {name}. You can find it in the ESPHome Dashboard or in your device configuration."
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user