Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
huyuwei1996 committed Jan 20, 2025
1 parent af158d0 commit 8c3e0b7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions homeassistant/components/switchbot/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"user": {
"data": {
"address": "Device address"
},
"data_description": {
"address": "The address of the device"
}
},
"confirm": {
Expand All @@ -14,20 +17,31 @@
"description": "The {name} device requires a password",
"data": {
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"password": "The password for the device"
}
},
"encrypted_key": {
"description": "The {name} device requires encryption key, details on how to obtain it can be found in the documentation.",
"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": {
"description": "Please provide your SwitchBot app username and password. This data won't be saved and only used to retrieve your device's encryption key. Usernames and passwords are case sensitive.",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"username": "SwitchBot account username/email",
"password": "SwitchBot account password"
}
},
"encrypted_choose_method": {
Expand Down

0 comments on commit 8c3e0b7

Please sign in to comment.