From 8e9cafd29d02488a62026a22b880194338e90760 Mon Sep 17 00:00:00 2001 From: Tom Duijf Date: Fri, 16 Oct 2015 18:15:04 +0000 Subject: [PATCH] Updated requirements_all.txt. Added placeholder to the empty deviceClass filter. Will remove this if deemed unneeded, later --- homeassistant/components/media_player/plex.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/media_player/plex.py b/homeassistant/components/media_player/plex.py index 33bab1954ee..21890524348 100644 --- a/homeassistant/components/media_player/plex.py +++ b/homeassistant/components/media_player/plex.py @@ -51,7 +51,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None): new_plex_clients = [] for device in devices: # For now, let's allow all deviceClass types - if device.deviceClass in []: + if device.deviceClass in ['badClient']: continue if device.machineIdentifier not in plex_clients: diff --git a/requirements_all.txt b/requirements_all.txt index c63eea25853..11d91043d12 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -134,7 +134,7 @@ https://github.com/balloob/home-assistant-vera-api/archive/a8f823066ead6c7da6fb5 SoCo==0.11.1 # PlexAPI (media_player.plex) -https://github.com/adrienbrault/python-plexapi/archive/df2d0847e801d6d5cda920326d693cf75f304f1a.zip#python-plexapi==1.0.2 +plexapi==1.1.0 # SNMP (device_tracker.snmp) pysnmp==4.2.5