Fixes to the user-facing strings of energenie_power_sockets (#136844)

This commit is contained in:
Norbert Rittel 2025-01-31 10:38:30 +01:00 committed by GitHub
parent 270108e8e4
commit f1c720606f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
"config": { "config": {
"step": { "step": {
"user": { "user": {
"title": "Searching for Energenie-Power-Sockets Devices.", "title": "Searching for Energenie Power Sockets devices",
"description": "Choose a discovered device.", "description": "Choose a discovered device.",
"data": { "data": {
"device": "[%key:common::config_flow::data::device%]" "device": "[%key:common::config_flow::data::device%]"
@ -13,7 +13,7 @@
"abort": { "abort": {
"usb_error": "Couldn't access USB devices!", "usb_error": "Couldn't access USB devices!",
"no_device": "Unable to discover any (new) supported device.", "no_device": "Unable to discover any (new) supported device.",
"device_not_found": "No device was found for the given id.", "device_not_found": "No device was found for the given ID.",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]" "already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
} }
}, },