mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Fix config-flow rule
This commit is contained in:
parent
33bb3de1b1
commit
a8f8681844
@ -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
|
||||||
|
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user