Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Fabian Affolter
39da707878
Upgrade sendgrid to 5.6.0 2018-08-21 21:53:13 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.const import (
CONF_API_KEY, CONF_SENDER, CONF_RECIPIENT, CONTENT_TYPE_TEXT_PLAIN) CONF_API_KEY, CONF_SENDER, CONF_RECIPIENT, CONTENT_TYPE_TEXT_PLAIN)
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['sendgrid==5.5.0'] REQUIREMENTS = ['sendgrid==5.6.0']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View file

@ -1260,7 +1260,7 @@ schiene==0.22
scsgate==0.1.0 scsgate==0.1.0
# homeassistant.components.notify.sendgrid # homeassistant.components.notify.sendgrid
sendgrid==5.5.0 sendgrid==5.6.0
# homeassistant.components.light.sensehat # homeassistant.components.light.sensehat
# homeassistant.components.sensor.sensehat # homeassistant.components.sensor.sensehat