Add missing strings to SamsungTV (#142405)

This commit is contained in:
Simone Chemelli 2025-04-07 09:40:06 +02:00 committed by GitHub
parent 056d26f13c
commit 1e104ba40b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,8 @@
"name": "[%key:common::config_flow::data::name%]" "name": "[%key:common::config_flow::data::name%]"
}, },
"data_description": { "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": { "confirm": {
@ -22,10 +23,22 @@
"description": "After submitting, accept the popup on {device} requesting authorization within 30 seconds or input PIN." "description": "After submitting, accept the popup on {device} requesting authorization within 30 seconds or input PIN."
}, },
"encrypted_pairing": { "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": { "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": { "error": {