1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-06 15:36:51 +01:00

Fix typo in wrong_hub abort message of homee (#148261)

This commit is contained in:
Norbert Rittel
2025-07-06 12:11:44 +02:00
committed by GitHub
parent 1b11ac9123
commit 4ee930507d
+1 -1
View File
@@ -5,7 +5,7 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
"wrong_hub": "IP-Address belongs to a different homee than the configured one."
"wrong_hub": "IP address belongs to a different homee than the configured one."
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",