Update Idasen Desk user flow step strings (#133605)

This commit is contained in:
Abílio Costa 2024-12-19 19:24:10 +00:00 committed by GitHub
parent 04bcc8d3d3
commit e6ef3fe507
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -15,10 +15,7 @@ rules:
comment: |
- use mock_desk_api
- merge test_user_step_auth_failed, test_user_step_cannot_connect and test_user_step_unknown_exception.
config-flow:
status: todo
comment: |
Missing data description for user step.
config-flow: done
dependency-transparency: done
docs-actions:
status: exempt

View File

@ -4,7 +4,10 @@
"step": {
"user": {
"data": {
"address": "Bluetooth address"
"address": "Device"
},
"data_description": {
"address": "The bluetooth device for the desk."
}
}
},