Fix spelling of "SwitchBot", "ID" plus sentence-casing in switchbot (#137684)

Fix spelling of "SwitchBot", "ID" and sentence-case "encryption"
This commit is contained in:
Norbert Rittel 2025-02-07 16:32:03 +01:00 committed by GitHub
parent 1d6aec44df
commit b9dccb9125
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@
}
},
"encrypted_choose_method": {
"description": "An encrypted SwitchBot device can be set up in Home Assistant in two different ways.\n\nYou can enter the key id and encryption key yourself, or Home Assistant can import them from your SwitchBot account.",
"description": "An encrypted SwitchBot device can be set up in Home Assistant in two different ways.\n\nYou can enter the key ID and encryption key yourself, or Home Assistant can import them from your SwitchBot account.",
"menu_options": {
"encrypted_auth": "SwitchBot account (recommended)",
"encrypted_key": "Enter encryption key manually"
@ -53,7 +53,7 @@
}
},
"error": {
"encryption_key_invalid": "Key ID or Encryption key is invalid",
"encryption_key_invalid": "Key ID or encryption key is invalid",
"auth_failed": "Authentication failed: {error_detail}"
},
"abort": {
@ -61,7 +61,7 @@
"no_devices_found": "No supported SwitchBot devices found in range; If the device is in range, ensure the scanner has active scanning enabled, as SwitchBot devices cannot be discovered with passive scans. Active scans can be disabled once the device is configured. If you need clarification on whether the device is in-range, download the diagnostics for the integration that provides your Bluetooth adapter or proxy and check if the MAC address of the SwitchBot device is present.",
"unknown": "[%key:common::config_flow::error::unknown%]",
"api_error": "Error while communicating with SwitchBot API: {error_detail}",
"switchbot_unsupported_type": "Unsupported Switchbot Type."
"switchbot_unsupported_type": "Unsupported SwitchBot type."
}
},
"options": {