Skip to content

Commit

Permalink
fastdotcom from pypi (#3269)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkgilley authored and Teagan42 committed Sep 9, 2016
1 parent 02848b3 commit 1cace57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions homeassistant/components/sensor/fastdotcom.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
from homeassistant.helpers.entity import Entity
from homeassistant.helpers.event import track_time_change

REQUIREMENTS = ['https://github.com/nkgilley/fast.com/archive/'
'master.zip#fastdotcom==0.0.1']
REQUIREMENTS = ['fastdotcom==0.0.1']

_LOGGER = logging.getLogger(__name__)

Expand Down
6 changes: 3 additions & 3 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ enocean==0.31
# homeassistant.components.thermostat.honeywell
evohomeclient==0.2.5

# homeassistant.components.sensor.fastdotcom
fastdotcom==0.0.1

# homeassistant.components.feedreader
feedparser==5.2.1

Expand Down Expand Up @@ -172,9 +175,6 @@ https://github.com/kellerza/pyqwikswitch/archive/v0.4.zip#pyqwikswitch==0.4
# homeassistant.components.media_player.russound_rnet
https://github.com/laf/russound/archive/0.1.6.zip#russound==0.1.6

# homeassistant.components.sensor.fastdotcom
https://github.com/nkgilley/fast.com/archive/master.zip#fastdotcom==0.0.1

# homeassistant.components.ecobee
https://github.com/nkgilley/python-ecobee-api/archive/4856a704670c53afe1882178a89c209b5f98533d.zip#python-ecobee==0.0.6

Expand Down

0 comments on commit 1cace57

Please sign in to comment.