mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Upgrade python-digitalocean to 1.10.0 (#3921)
This commit is contained in:
parent
d921073e77
commit
7d67017de7
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user