mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
@@ -112,7 +112,7 @@ def setup_plexserver(host, token, hass, add_devices_callback):
|
|||||||
{host: {'token': token}}):
|
{host: {'token': token}}):
|
||||||
_LOGGER.error('failed to save config file')
|
_LOGGER.error('failed to save config file')
|
||||||
|
|
||||||
_LOGGER.info('Connected to: htts://%s', host)
|
_LOGGER.info('Connected to: http://%s', host)
|
||||||
|
|
||||||
plex_clients = {}
|
plex_clients = {}
|
||||||
plex_sessions = {}
|
plex_sessions = {}
|
||||||
|
Reference in New Issue
Block a user