mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Bumped the version of PyISY
PyISY has been updated to better support newer ISY994 firmware. This should resolve #7601.
This commit is contained in:
parent
bd039b8c53
commit
f6a701e843
@ -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…
x
Reference in New Issue
Block a user