Update Requirement for PyISY Package in isy994 Component to v1.1.1 (#20349)
This commit is contained in:
parent
07f1e2ce75
commit
e8f0e534f9
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue