1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-01 08:53:56 +00:00

Fix error on failed Plex setup (#27132)

This commit is contained in:
jjlawren
2019-10-02 17:51:18 -05:00
committed by Paulus Schoutsen
parent 743cb848e8
commit 30245f6874

View File

@@ -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