Use asterisk_mbox 0.5.0 client (#16296)
This commit is contained in:
parent
3cbf8e4f87
commit
67d8db2c9f
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue