mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Fix error on failed Plex setup (#27132)
This commit is contained in:
parent
743cb848e8
commit
30245f6874
@ -121,7 +121,7 @@ async def async_setup_entry(hass, entry):
|
||||
) as error:
|
||||
_LOGGER.error(
|
||||
"Login to %s failed, verify token and SSL settings: [%s]",
|
||||
server_config[CONF_SERVER],
|
||||
entry.data[CONF_SERVER],
|
||||
error,
|
||||
)
|
||||
return False
|
||||
|
Loading…
x
Reference in New Issue
Block a user