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