Fix incorrect error strings in weatherflow (#128447)

This commit is contained in:
epenet 2024-10-16 13:40:31 +02:00 committed by GitHub
parent 6442625a9d
commit f7897bbd64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {