mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update Requirement for PyISY Package in isy994 Component to v1.1.1 (#20349)
This commit is contained in:
parent
07f1e2ce75
commit
e8f0e534f9
@ -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…
x
Reference in New Issue
Block a user