Fix config-flow rule

This commit is contained in:
Robert Resch 2024-12-16 08:39:32 +01:00
parent 33bb3de1b1
commit a8f8681844
No known key found for this signature in database
GPG Key ID: 9D9D9DCB43120143
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
rules: rules:
# Bronze # Bronze
config-flow: todo config-flow: done
brands: done brands: done
dependency-transparency: todo dependency-transparency: todo
common-modules: todo common-modules: todo

View File

@ -22,8 +22,10 @@
"verify_mqtt_certificate": "Verify MQTT SSL certificate" "verify_mqtt_certificate": "Verify MQTT SSL certificate"
}, },
"data_description": { "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_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": { "user": {