mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Update Twilio SDK version
This commit is contained in:
parent
564aad0ab8
commit
8f418831a1
@ -15,7 +15,7 @@ from homeassistant.components.notify import (
|
|||||||
ATTR_TARGET, PLATFORM_SCHEMA, BaseNotificationService)
|
ATTR_TARGET, PLATFORM_SCHEMA, BaseNotificationService)
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
REQUIREMENTS = ["twilio==5.4.0"]
|
REQUIREMENTS = ["twilio==5.7.0"]
|
||||||
|
|
||||||
|
|
||||||
CONF_ACCOUNT_SID = "account_sid"
|
CONF_ACCOUNT_SID = "account_sid"
|
||||||
|
@ -13,7 +13,7 @@ from homeassistant.components.notify import (
|
|||||||
ATTR_TARGET, PLATFORM_SCHEMA, BaseNotificationService)
|
ATTR_TARGET, PLATFORM_SCHEMA, BaseNotificationService)
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
REQUIREMENTS = ["twilio==5.4.0"]
|
REQUIREMENTS = ["twilio==5.7.0"]
|
||||||
|
|
||||||
|
|
||||||
CONF_ACCOUNT_SID = "account_sid"
|
CONF_ACCOUNT_SID = "account_sid"
|
||||||
|
@ -636,7 +636,7 @@ transmissionrpc==0.11
|
|||||||
|
|
||||||
# homeassistant.components.notify.twilio_call
|
# homeassistant.components.notify.twilio_call
|
||||||
# homeassistant.components.notify.twilio_sms
|
# homeassistant.components.notify.twilio_sms
|
||||||
twilio==5.4.0
|
twilio==5.7.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.uber
|
# homeassistant.components.sensor.uber
|
||||||
uber_rides==0.2.7
|
uber_rides==0.2.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user