Skip to content

Commit

Permalink
Upgrade netdisco (home-assistant#2706)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Aug 2, 2016
1 parent 29dbeeb commit 992be38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from homeassistant.helpers.discovery import load_platform, discover

DOMAIN = "discovery"
REQUIREMENTS = ['netdisco==0.7.0']
REQUIREMENTS = ['netdisco==0.7.1']

SCAN_INTERVAL = 300 # seconds

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ messagebird==1.2.0
mficlient==0.3.0

# homeassistant.components.discovery
netdisco==0.7.0
netdisco==0.7.1

# homeassistant.components.sensor.neurio_energy
neurio==0.2.10
Expand Down

0 comments on commit 992be38

Please sign in to comment.