mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Updated requirements_all.txt. Added placeholder to the empty deviceClass filter. Will remove this if deemed unneeded, later
This commit is contained in:
parent
a236b87ccf
commit
8e9cafd29d
@ -51,7 +51,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||||||
new_plex_clients = []
|
new_plex_clients = []
|
||||||
for device in devices:
|
for device in devices:
|
||||||
# For now, let's allow all deviceClass types
|
# For now, let's allow all deviceClass types
|
||||||
if device.deviceClass in []:
|
if device.deviceClass in ['badClient']:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if device.machineIdentifier not in plex_clients:
|
if device.machineIdentifier not in plex_clients:
|
||||||
|
@ -134,7 +134,7 @@ https://github.com/balloob/home-assistant-vera-api/archive/a8f823066ead6c7da6fb5
|
|||||||
SoCo==0.11.1
|
SoCo==0.11.1
|
||||||
|
|
||||||
# PlexAPI (media_player.plex)
|
# 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)
|
# SNMP (device_tracker.snmp)
|
||||||
pysnmp==4.2.5
|
pysnmp==4.2.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user