mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Use asterisk_mbox 0.5.0 client (#16296)
This commit is contained in:
parent
3cbf8e4f87
commit
67d8db2c9f
@ -15,7 +15,7 @@ import homeassistant.helpers.config_validation as cv
|
|||||||
from homeassistant.helpers.dispatcher import (
|
from homeassistant.helpers.dispatcher import (
|
||||||
async_dispatcher_connect, async_dispatcher_send)
|
async_dispatcher_connect, async_dispatcher_send)
|
||||||
|
|
||||||
REQUIREMENTS = ['asterisk_mbox==0.4.0']
|
REQUIREMENTS = ['asterisk_mbox==0.5.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -139,7 +139,7 @@ apcaccess==0.0.13
|
|||||||
apns2==0.3.0
|
apns2==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.asterisk_mbox
|
# homeassistant.components.asterisk_mbox
|
||||||
asterisk_mbox==0.4.0
|
asterisk_mbox==0.5.0
|
||||||
|
|
||||||
# homeassistant.components.media_player.dlna_dmr
|
# homeassistant.components.media_player.dlna_dmr
|
||||||
async-upnp-client==0.12.4
|
async-upnp-client==0.12.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user