mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +00:00
Add missing "pin" field in step "pair" for philips_js (#47802)
This commit is contained in:
parent
55db855f91
commit
14d3e29e64
@ -6,6 +6,13 @@
|
|||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"api_version": "API Version"
|
"api_version": "API Version"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"pair": {
|
||||||
|
"title": "Pair",
|
||||||
|
"description": "Enter the PIN displayed on your TV",
|
||||||
|
"data":{
|
||||||
|
"pin": "[%key:common::config_flow::data::pin%]"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user