Upgrade messagebird to 1.2.0 (#1928)
This commit is contained in:
parent
725b336683
commit
6b81773075
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ from homeassistant.helpers import validate_config
|
|||
CONF_SENDER = 'sender'
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
REQUIREMENTS = ['messagebird==1.1.1']
|
||||
REQUIREMENTS = ['messagebird==1.2.0']
|
||||
|
||||
|
||||
def is_valid_sender(sender):
|
||||
|
|
|
@ -139,7 +139,7 @@ liffylights==0.9.4
|
|||
limitlessled==1.0.0
|
||||
|
||||
# homeassistant.components.notify.message_bird
|
||||
messagebird==1.1.1
|
||||
messagebird==1.2.0
|
||||
|
||||
# homeassistant.components.sensor.mfi
|
||||
# homeassistant.components.switch.mfi
|
||||
|
|
Loading…
Add table
Reference in a new issue