Merge pull request #672 from balloob/some-cleanup

Make component dependencies optional
This commit is contained in:
Paulus Schoutsen 2015-11-27 15:08:22 -08:00
commit ad3f96fa25
38 changed files with 27 additions and 63 deletions

View file

@ -9,7 +9,6 @@ https://home-assistant.io/components/rfxtrx/
import logging
from homeassistant.util import slugify
DEPENDENCIES = []
REQUIREMENTS = ['https://github.com/Danielhiversen/pyRFXtrx/archive/0.2.zip' +
'#RFXtrx==0.2']