Use common string for error::unknown in iometer (#143575)

This commit is contained in:
Norbert Rittel 2025-04-24 18:16:33 +02:00 committed by GitHub
parent 44475967eb
commit 3245124553
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
}, },
"error": { "error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "Unexpected error" "unknown": "[%key:common::config_flow::error::unknown%]"
} }
}, },
"entity": { "entity": {