Skip to content

Commit

Permalink
Add pin to base strings for config flows (home-assistant#41202)
Browse files Browse the repository at this point in the history
  • Loading branch information
springstan authored Oct 6, 2020
1 parent c440175 commit 014fe48
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/braviatv/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"title": "Authorize Sony Bravia TV",
"description": "Enter the PIN code shown on the Sony Bravia TV. \n\nIf the PIN code is not shown, you have to unregister Home Assistant on your TV, go to: Settings -> Network -> Remote device settings -> Unregister remote device.",
"data": {
"pin": "PIN code"
"pin": "[%key:common::config_flow::data::pin%]"
}
}
},
Expand All @@ -36,4 +36,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/homematicip_cloud/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "Pick HomematicIP Access point",
"data": {
"hapid": "Access point ID (SGTIN)",
"pin": "Pin Code (optional)",
"pin": "[%key:common::config_flow::data::pin%]",
"name": "[%key:common::config_flow::data::name%] (optional, used as name prefix for all devices)"
}
},
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/panasonic_viera/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"title": "Pairing",
"description": "Enter the PIN displayed on your TV",
"data": {
"pin": "PIN"
"pin": "[%key:common::config_flow::data::pin%]"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/risco/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
"pin": "Pin code"
"pin": "[%key:common::config_flow::data::pin%]"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/vizio/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"title": "Complete Pairing Process",
"description": "Your TV should be displaying a code. Enter that code into the form and then continue to the next step to complete the pairing.",
"data": {
"pin": "PIN"
"pin": "[%key:common::config_flow::data::pin%]"
}
},
"pairing_complete": {
Expand Down
3 changes: 2 additions & 1 deletion homeassistant/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"ssl": "Uses an SSL certificate",
"verify_ssl": "Verify SSL certificate",
"longitude": "Longitude",
"latitude": "Latitude"
"latitude": "Latitude",
"pin": "PIN Code"
},
"create_entry": {
"authenticated": "Successfully authenticated"
Expand Down

0 comments on commit 014fe48

Please sign in to comment.