Upgrade python-digitalocean to 1.10.0 (#3921)

This commit is contained in:
Fabian Affolter 2016-10-18 05:13:43 +02:00 committed by Paulus Schoutsen
parent d921073e77
commit 7d67017de7
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN
from homeassistant.util import Throttle
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['python-digitalocean==1.9.0']
REQUIREMENTS = ['python-digitalocean==1.10.0']
_LOGGER = logging.getLogger(__name__)
@ -44,7 +44,7 @@ CONFIG_SCHEMA = vol.Schema({
# pylint: disable=unused-argument,too-few-public-methods
def setup(hass, config):
"""Setup the Digital Ocean component."""
"""Set up the Digital Ocean component."""
conf = config[DOMAIN]
access_token = conf.get(CONF_ACCESS_TOKEN)

View File

@ -384,7 +384,7 @@ pyserial==3.1.1
pysnmp==4.3.2
# homeassistant.components.digital_ocean
python-digitalocean==1.9.0
python-digitalocean==1.10.0
# homeassistant.components.sensor.darksky
python-forecastio==1.3.5