Replace "country" with common string in ecovacs (#141677)

This commit is contained in:
Norbert Rittel
2025-03-28 20:32:32 +01:00
committed by GitHub
parent fd9f002e9f
commit 8474d9fefe

View File

@@ -14,7 +14,7 @@
"step": { "step": {
"auth": { "auth": {
"data": { "data": {
"country": "Country", "country": "[%key:common::config_flow::data::country%]",
"override_rest_url": "REST URL", "override_rest_url": "REST URL",
"override_mqtt_url": "MQTT URL", "override_mqtt_url": "MQTT URL",
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",