Add data_description to switchbot translations (#136148)

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
Huyuwei
2025-01-21 22:12:09 +08:00
committed by GitHub
parent fb96ef99d0
commit b93907ab02

View File

@@ -4,7 +4,10 @@
"step": {
"user": {
"data": {
"address": "Device address"
"address": "MAC address"
},
"data_description": {
"address": "The Bluetooth MAC address of your SwitchBot device"
}
},
"confirm": {
@@ -14,6 +17,9 @@
"description": "The {name} device requires a password",
"data": {
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"password": "The password required for the Bot device access"
}
},
"encrypted_key": {
@@ -21,6 +27,10 @@
"data": {
"key_id": "Key ID",
"encryption_key": "Encryption key"
},
"data_description": {
"key_id": "The ID of the encryption key",
"encryption_key": "The encryption key for the device"
}
},
"encrypted_auth": {
@@ -28,6 +38,10 @@
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"username": "The username of your SwitchBot account",
"password": "The password of your SwitchBot account"
}
},
"encrypted_choose_method": {