pull/9816/head
J.J.Barrancos 2017-10-11 16:54:08 +02:00
parent cc4ec228b5
commit 8db4b4f303
1 changed files with 1 additions and 1 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', 'pycrypto==2.6.1']
DOMAIN = 'rainbird'
_LOGGER = logging.getLogger(__name__)