Updated requirements_all.txt. Added placeholder to the empty deviceClass filter. Will remove this if deemed unneeded, later

This commit is contained in:
Tom Duijf 2015-10-16 18:15:04 +00:00
parent a236b87ccf
commit 8e9cafd29d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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