Merge pull request #9182 from home-assistant/pyisy-update
Bumped the version of PyISYpull/9180/merge
commit
2533b49aef
|
@ -17,7 +17,7 @@ from homeassistant.helpers import discovery, config_validation as cv
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.helpers.typing import ConfigType, Dict # noqa
|
from homeassistant.helpers.typing import ConfigType, Dict # noqa
|
||||||
|
|
||||||
REQUIREMENTS = ['PyISY==1.0.7']
|
REQUIREMENTS = ['PyISY==1.0.8']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ astral==1.4
|
||||||
# Adafruit_BBIO==1.0.0
|
# Adafruit_BBIO==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.isy994
|
# homeassistant.components.isy994
|
||||||
PyISY==1.0.7
|
PyISY==1.0.8
|
||||||
|
|
||||||
# homeassistant.components.notify.html5
|
# homeassistant.components.notify.html5
|
||||||
PyJWT==1.5.2
|
PyJWT==1.5.2
|
||||||
|
|
Loading…
Reference in New Issue