mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fixed dependency version
This commit is contained in:
parent
0ace832166
commit
d0ff45500b
@ -16,7 +16,7 @@ from homeassistant.const import (CONF_PLATFORM, CONF_SWITCHES, CONF_ZONE,
|
|||||||
from homeassistant.helpers import config_validation as cv
|
from homeassistant.helpers import config_validation as cv
|
||||||
from homeassistant.exceptions import PlatformNotReady
|
from homeassistant.exceptions import PlatformNotReady
|
||||||
|
|
||||||
REQUIREMENTS = ['pyrainbird==0.1.0','pycrypto>=2.6.0']
|
REQUIREMENTS = ['pyrainbird==0.1.0','pycrypto==2.6.1']
|
||||||
|
|
||||||
DOMAIN = 'rainbird'
|
DOMAIN = 'rainbird'
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -688,7 +688,7 @@ pyqwikswitch==0.4
|
|||||||
|
|
||||||
# homeassistant.components.switch.rainbird
|
# homeassistant.components.switch.rainbird
|
||||||
pyrainbird==0.1.0
|
pyrainbird==0.1.0
|
||||||
pycrypto>=2.6.0
|
pycrypto==2.6.1
|
||||||
|
|
||||||
# homeassistant.components.climate.sensibo
|
# homeassistant.components.climate.sensibo
|
||||||
pysensibo==1.0.1
|
pysensibo==1.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user