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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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