Bump deCONZ requirement to v36 (#13960)
This commit is contained in:
parent
08f545d67b
commit
1a9ea11665
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ from homeassistant.helpers import discovery, aiohttp_client
|
|||
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
||||
from homeassistant.util.json import load_json, save_json
|
||||
|
||||
REQUIREMENTS = ['pydeconz==35']
|
||||
REQUIREMENTS = ['pydeconz==36']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -730,7 +730,7 @@ pycsspeechtts==1.0.2
|
|||
pydaikin==0.4
|
||||
|
||||
# homeassistant.components.deconz
|
||||
pydeconz==35
|
||||
pydeconz==36
|
||||
|
||||
# homeassistant.components.zwave
|
||||
pydispatcher==2.0.5
|
||||
|
|
|
@ -130,7 +130,7 @@ pushbullet.py==0.11.0
|
|||
py-canary==0.5.0
|
||||
|
||||
# homeassistant.components.deconz
|
||||
pydeconz==35
|
||||
pydeconz==36
|
||||
|
||||
# homeassistant.components.zwave
|
||||
pydispatcher==2.0.5
|
||||
|
|
Loading…
Add table
Reference in a new issue