Uses pypi for deps (#7485)

This commit is contained in:
Mitesh Patel 2017-05-07 19:32:13 -05:00 committed by Paulus Schoutsen
parent e1d1385358
commit 66cbdc3043
2 changed files with 4 additions and 6 deletions

View file

@ -14,9 +14,7 @@ from homeassistant.const import CONF_HOST
from homeassistant.helpers import discovery
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['https://github.com/gurumitts/'
'pylutron-caseta/archive/v0.2.6.zip#'
'pylutron-caseta==v0.2.6']
REQUIREMENTS = ['pylutron-caseta==0.2.6']
_LOGGER = logging.getLogger(__name__)