mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix error on failed Plex setup (#27132)
This commit is contained in:
committed by
Paulus Schoutsen
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
|
||||
|
Reference in New Issue
Block a user