mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 18:58:04 +02:00
Upgrade python-digitalocean to 1.12 (#8241)
This commit is contained in:
@ -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.11']
|
REQUIREMENTS = ['python-digitalocean==1.12']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -680,7 +680,7 @@ python-blockchain-api==0.0.2
|
|||||||
python-clementine-remote==1.0.1
|
python-clementine-remote==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.digital_ocean
|
# homeassistant.components.digital_ocean
|
||||||
python-digitalocean==1.11
|
python-digitalocean==1.12
|
||||||
|
|
||||||
# homeassistant.components.ecobee
|
# homeassistant.components.ecobee
|
||||||
python-ecobee-api==0.0.7
|
python-ecobee-api==0.0.7
|
||||||
|
Reference in New Issue
Block a user