mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
* use st not deviceType * show model in flow title * Update strings.json * add re-auth to entity * add re-auth to config_flow * handle auth popup better * use media player domain const * fix tests * rename not_found to not_successful * authz not authn * Update media_player.py * Update config_flow.py * Update media_player.py * Update test_media_player.py * finalize re-auth * fix ssd tests * better naming * fix ip-address-mock serialization * fix turn_on_action serialization * add type of hass object * fix acces denied test * remove half-added typing * async get ip address * fix pylint
28 lines
1.2 KiB
JSON
28 lines
1.2 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "Samsung TV: {model}",
|
|
"title": "Samsung TV",
|
|
"step": {
|
|
"user": {
|
|
"title": "Samsung TV",
|
|
"description": "Enter your Samsung TV information. If you never connected Home Assistant before you should see a popup on your TV asking for authorization.",
|
|
"data": {
|
|
"host": "Host or IP address",
|
|
"name": "Name"
|
|
}
|
|
},
|
|
"confirm": {
|
|
"title": "Samsung TV",
|
|
"description": "Do you want to set up Samsung TV {model}? If you never connected Home Assistant before you should see a popup on your TV asking for authorization. Manual configurations for this TV will be overwritten."
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_in_progress": "Samsung TV configuration is already in progress.",
|
|
"already_configured": "This Samsung TV is already configured.",
|
|
"auth_missing": "Home Assistant is not authorized to connect to this Samsung TV. Please check your TV's settings to authorize Home Assistant.",
|
|
"not_successful": "Unable to connect to this Samsung TV device.",
|
|
"not_supported": "This Samsung TV device is currently not supported."
|
|
}
|
|
}
|
|
}
|