Use asterisk_mbox 0.5.0 client (#16296)

This commit is contained in:
PhracturedBlue 2018-08-30 09:44:37 -07:00 committed by Pascal Vizeli
parent 3cbf8e4f87
commit 67d8db2c9f
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.dispatcher import (
async_dispatcher_connect, async_dispatcher_send)
REQUIREMENTS = ['asterisk_mbox==0.4.0']
REQUIREMENTS = ['asterisk_mbox==0.5.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -139,7 +139,7 @@ apcaccess==0.0.13
apns2==0.3.0
# homeassistant.components.asterisk_mbox
asterisk_mbox==0.4.0
asterisk_mbox==0.5.0
# homeassistant.components.media_player.dlna_dmr
async-upnp-client==0.12.4