mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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 = []
|
||||
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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user