mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Add missing strings to SamsungTV (#142405)
This commit is contained in:
parent
056d26f13c
commit
1e104ba40b
@ -9,7 +9,8 @@
|
||||
"name": "[%key:common::config_flow::data::name%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of your TV."
|
||||
"host": "The hostname or IP address of your TV.",
|
||||
"name": "The name of your TV. This will be used to identify the device in Home Assistant."
|
||||
}
|
||||
},
|
||||
"confirm": {
|
||||
@ -22,10 +23,22 @@
|
||||
"description": "After submitting, accept the popup on {device} requesting authorization within 30 seconds or input PIN."
|
||||
},
|
||||
"encrypted_pairing": {
|
||||
"description": "Please enter the PIN displayed on {device}."
|
||||
"description": "Please enter the PIN displayed on {device}.",
|
||||
"data": {
|
||||
"pin": "[%key:common::config_flow::data::pin%]"
|
||||
},
|
||||
"data_description": {
|
||||
"pin": "The PIN displayed on your TV."
|
||||
}
|
||||
},
|
||||
"reauth_confirm_encrypted": {
|
||||
"description": "[%key:component::samsungtv::config::step::encrypted_pairing::description%]"
|
||||
"description": "[%key:component::samsungtv::config::step::encrypted_pairing::description%]",
|
||||
"data": {
|
||||
"pin": "[%key:common::config_flow::data::pin%]"
|
||||
},
|
||||
"data_description": {
|
||||
"pin": "[%key:component::samsungtv::config::step::encrypted_pairing::data_description::pin%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user