mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix incorrect error strings in weatherflow (#128447)
This commit is contained in:
parent
6442625a9d
commit
f7897bbd64
@ -14,11 +14,10 @@
|
|||||||
"error": {
|
"error": {
|
||||||
"address_in_use": "Unable to open local UDP port 50222.",
|
"address_in_use": "Unable to open local UDP port 50222.",
|
||||||
"cannot_connect": "UDP discovery error.",
|
"cannot_connect": "UDP discovery error.",
|
||||||
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
"no_device_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
||||||
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"entity": {
|
"entity": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user