Add Roborock data_description for config flow and options flow (#140384)

* Add Roborock data_description for config flow and options flow

* Remove the drawables logging
This commit is contained in:
Allen Porter 2025-03-11 13:02:56 -07:00 committed by GitHub
parent 7aeefa1400
commit b88d662677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 26 additions and 3 deletions

View File

@ -9,9 +9,7 @@ rules:
separate cloud vs local intervals.
brands: done
common-modules: done
config-flow:
status: todo
comment: Not all fields have a data_description.
config-flow: done
config-flow-test-coverage: done
dependency-transparency: done
docs-actions:

View File

@ -5,12 +5,18 @@
"description": "Enter your Roborock email address.",
"data": {
"username": "[%key:common::config_flow::data::email%]"
},
"data_description": {
"username": "The email address used to sign in to the Roborock app."
}
},
"code": {
"description": "Type the verification code sent to your email",
"data": {
"code": "Verification code"
},
"data_description": {
"code": "The verification code sent to your email."
}
},
"reauth_confirm": {
@ -54,6 +60,25 @@
"vacuum_position": "Vacuum position",
"virtual_walls": "Virtual walls",
"zones": "Zones"
},
"data_description": {
"charger": "Show the charger on the map.",
"cleaned_area": "Show the area cleaned on the map.",
"goto_path": "Show the go-to path on the map.",
"ignored_obstacles": "Show ignored obstacles on the map.",
"ignored_obstacles_with_photo": "Show ignored obstacles with photos on the map.",
"mop_path": "Show the mop path on the map.",
"no_carpet_zones": "Show the no carpet zones on the map.",
"no_go_zones": "Show the no-go zones on the map.",
"no_mopping_zones": "Show the no-mop zones on the map.",
"obstacles": "Show obstacles on the map.",
"obstacles_with_photo": "Show obstacles with photos on the map.",
"path": "Show the path on the map.",
"predicted_path": "Show the predicted path on the map.",
"room_names": "Show room names on the map.",
"vacuum_position": "Show the vacuum position on the map.",
"virtual_walls": "Show virtual walls on the map.",
"zones": "Show zones on the map."
}
}
}