Update Requirement for PyISY Package in isy994 Component to v1.1.1 (#20349)

This commit is contained in:
shbatm 2019-01-23 10:48:35 -06:00 committed by Charles Garwood
parent 07f1e2ce75
commit e8f0e534f9
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ from homeassistant.helpers import discovery, config_validation as cv
from homeassistant.helpers.entity import Entity
from homeassistant.helpers.typing import ConfigType, Dict
REQUIREMENTS = ['PyISY==1.1.0']
REQUIREMENTS = ['PyISY==1.1.1']
_LOGGER = logging.getLogger(__name__)

View file

@ -39,7 +39,7 @@ HAP-python==2.4.2
Mastodon.py==1.3.1
# homeassistant.components.isy994
PyISY==1.1.0
PyISY==1.1.1
# homeassistant.components.sensor.mvglive
PyMVGLive==1.1.4