Add support for smoke detector in deconz (#12561)

This commit is contained in:
Kane610 2018-02-21 00:28:06 +01:00 committed by Paulus Schoutsen
parent 4f96eeb06e
commit c898fb1f16
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ from homeassistant.helpers import discovery
from homeassistant.helpers.aiohttp_client import async_get_clientsession
from homeassistant.util.json import load_json, save_json
REQUIREMENTS = ['pydeconz==28']
REQUIREMENTS = ['pydeconz==29']
_LOGGER = logging.getLogger(__name__)

View File

@ -697,7 +697,7 @@ pycsspeechtts==1.0.2
pydaikin==0.4
# homeassistant.components.deconz
pydeconz==28
pydeconz==29
# homeassistant.components.zwave
pydispatcher==2.0.5