fix typo in log message

The plex component logs an htts url, which is confusing to people, as
they think something is broken, when it is not.

Closes #959
This commit is contained in:
Sean Dague 2016-01-23 16:06:50 -05:00
parent 0042e7725d
commit 90ca6a0998

View File

@ -112,7 +112,7 @@ def setup_plexserver(host, token, hass, add_devices_callback):
{host: {'token': token}}):
_LOGGER.error('failed to save config file')
_LOGGER.info('Connected to: htts://%s', host)
_LOGGER.info('Connected to: http://%s', host)
plex_clients = {}
plex_sessions = {}