Merge pull request #6 from jbarrancos/rainbird

Removed requirement
pull/9118/head
jbarrancos 2017-10-12 10:43:35 +02:00 committed by GitHub
commit 38e02a057d
2 changed files with 1 additions and 4 deletions

View File

@ -16,7 +16,7 @@ from homeassistant.const import (CONF_PLATFORM, CONF_SWITCHES, CONF_ZONE,
from homeassistant.helpers import config_validation as cv
from homeassistant.exceptions import PlatformNotReady
REQUIREMENTS = ['pyrainbird==0.1.0', 'pycrypto==2.6.1']
REQUIREMENTS = ['pyrainbird==0.1.0']
DOMAIN = 'rainbird'
_LOGGER = logging.getLogger(__name__)

View File

@ -721,9 +721,6 @@ pyqwikswitch==0.4
# homeassistant.components.switch.rainbird
pyrainbird==0.1.0
# homeassistant.components.switch.rainbird
pycrypto==2.6.1
# homeassistant.components.climate.sensibo
pysensibo==1.0.1