1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-25 01:40:15 +01:00

Add missing translation for connection failure on OpenRGB (#171892)

This commit is contained in:
Felipe Santos
2026-05-22 16:59:39 -03:00
committed by GitHub
parent a17eb65498
commit e6528bae8a
@@ -73,6 +73,9 @@
}
},
"exceptions": {
"cannot_connect": {
"message": "Failed to connect to OpenRGB SDK server {server_address}: {error}"
},
"communication_error": {
"message": "Failed to communicate with OpenRGB SDK server {server_address}: {error}"
},