Skip to content

Commit f7897bb

Browse files
authored
Fix incorrect error strings in weatherflow (#128447)
1 parent 6442625 commit f7897bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

homeassistant/components/weatherflow/strings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
"error": {
1515
"address_in_use": "Unable to open local UDP port 50222.",
1616
"cannot_connect": "UDP discovery error.",
17-
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
17+
"no_device_found": "[%key:common::config_flow::abort::no_devices_found%]"
1818
},
1919
"abort": {
20-
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
21-
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
20+
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
2221
}
2322
},
2423
"entity": {

0 commit comments

Comments
 (0)