From a8f8681844678507634662cdbea9cf61873a7096 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Mon, 16 Dec 2024 08:39:32 +0100 Subject: [PATCH] Fix config-flow rule --- homeassistant/components/ecovacs/quality_scale.yaml | 2 +- homeassistant/components/ecovacs/strings.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/ecovacs/quality_scale.yaml b/homeassistant/components/ecovacs/quality_scale.yaml index 15f59855cb4..242d68eaedc 100644 --- a/homeassistant/components/ecovacs/quality_scale.yaml +++ b/homeassistant/components/ecovacs/quality_scale.yaml @@ -1,6 +1,6 @@ rules: # Bronze - config-flow: todo + config-flow: done brands: done dependency-transparency: todo common-modules: todo diff --git a/homeassistant/components/ecovacs/strings.json b/homeassistant/components/ecovacs/strings.json index c9de461ad5b..78140ca2b25 100644 --- a/homeassistant/components/ecovacs/strings.json +++ b/homeassistant/components/ecovacs/strings.json @@ -22,8 +22,10 @@ "verify_mqtt_certificate": "Verify MQTT SSL certificate" }, "data_description": { + "country": "Select the country where your Ecovacs account is registered.", "override_rest_url": "Enter the REST URL of your self-hosted instance including the scheme (http/https).", - "override_mqtt_url": "Enter the MQTT URL of your self-hosted instance including the scheme (mqtt/mqtts)." + "override_mqtt_url": "Enter the MQTT URL of your self-hosted instance including the scheme (mqtt/mqtts).", + "verify_mqtt_certificate": "Should SSL certificartes be verified? Uncheck this checkbox only if you are using a self-signed certificate." } }, "user": {