Add missing "pin" field in step "pair" for philips_js (#47802)

This commit is contained in:
Kevin Eifinger
2021-03-16 20:56:49 +01:00
committed by GitHub
parent 55db855f91
commit 14d3e29e64

View File

@@ -6,6 +6,13 @@
"host": "[%key:common::config_flow::data::host%]",
"api_version": "API Version"
}
},
"pair": {
"title": "Pair",
"description": "Enter the PIN displayed on your TV",
"data":{
"pin": "[%key:common::config_flow::data::pin%]"
}
}
},
"error": {