mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Upgrade python-digitalocean to 1.10.0 (#3921)
This commit is contained in:
committed by
Paulus Schoutsen
parent
d921073e77
commit
7d67017de7
@@ -13,7 +13,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN
|
|||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['python-digitalocean==1.9.0']
|
REQUIREMENTS = ['python-digitalocean==1.10.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ CONFIG_SCHEMA = vol.Schema({
|
|||||||
|
|
||||||
# pylint: disable=unused-argument,too-few-public-methods
|
# pylint: disable=unused-argument,too-few-public-methods
|
||||||
def setup(hass, config):
|
def setup(hass, config):
|
||||||
"""Setup the Digital Ocean component."""
|
"""Set up the Digital Ocean component."""
|
||||||
conf = config[DOMAIN]
|
conf = config[DOMAIN]
|
||||||
access_token = conf.get(CONF_ACCESS_TOKEN)
|
access_token = conf.get(CONF_ACCESS_TOKEN)
|
||||||
|
|
||||||
|
@@ -384,7 +384,7 @@ pyserial==3.1.1
|
|||||||
pysnmp==4.3.2
|
pysnmp==4.3.2
|
||||||
|
|
||||||
# homeassistant.components.digital_ocean
|
# homeassistant.components.digital_ocean
|
||||||
python-digitalocean==1.9.0
|
python-digitalocean==1.10.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.darksky
|
# homeassistant.components.sensor.darksky
|
||||||
python-forecastio==1.3.5
|
python-forecastio==1.3.5
|
||||||
|
Reference in New Issue
Block a user