mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fixes to the user-facing strings of energenie_power_sockets (#136844)
This commit is contained in:
parent
270108e8e4
commit
f1c720606f
@ -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%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user