Address late review of samsungtv (#56382)
This commit is contained in:
parent
48bada5a18
commit
0a5fdb2e68
3 changed files with 2 additions and 4 deletions
|
@ -120,7 +120,7 @@ class SamsungTVDevice(MediaPlayerEntity):
|
|||
"""Access denied callback."""
|
||||
LOGGER.debug("Access denied in getting remote object")
|
||||
self._auth_failed = True
|
||||
self.hass.async_create_task(
|
||||
self.hass.create_task(
|
||||
self.hass.config_entries.flow.async_init(
|
||||
DOMAIN,
|
||||
context={
|
||||
|
|
|
@ -27,8 +27,7 @@
|
|||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
"not_supported": "This Samsung device is currently not supported.",
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]",
|
||||
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
||||
"missing_config_entry": "This Samsung device doesn't have a configuration entry."
|
||||
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -6,7 +6,6 @@
|
|||
"auth_missing": "Home Assistant is not authorized to connect to this Samsung TV. Check your TV's External Device Manager settings to authorize Home Assistant.",
|
||||
"cannot_connect": "Failed to connect",
|
||||
"id_missing": "This Samsung device doesn't have a SerialNumber.",
|
||||
"missing_config_entry": "This Samsung device doesn't have a configuration entry.",
|
||||
"not_supported": "This Samsung device is currently not supported.",
|
||||
"reauth_successful": "Re-authentication was successful",
|
||||
"unknown": "Unexpected error"
|
||||
|
|
Loading…
Add table
Reference in a new issue