Skip to content

Commit

Permalink
fix labels in user config flow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMicDiet committed Jun 14, 2024
1 parent 9947a92 commit bf92cd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/chihiros/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"requirements": [
"typer[all]==0.9.0"
],
"version": "0.2.3"
"version": "0.2.4"
}
2 changes: 1 addition & 1 deletion custom_components/chihiros/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"user": {
"description": "[%key:component::bluetooth::config::step::user::description%]",
"data": {
"password": "[%key:common::config_flow::data::password%]"
"device": "[%key:common::config_flow::data::device%]"
}
},
"bluetooth_confirm": {
Expand Down
4 changes: 2 additions & 2 deletions custom_components/chihiros/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"user": {
"data": {
"password": "Password"
"device": "Device"
},
"description": "Device password. Leave empty if password not set. (NOT SUPPORTED YET)"
"description": "Choose Chihiros device to connect to"
}
}
}
Expand Down

0 comments on commit bf92cd6

Please sign in to comment.