mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Upgrade python-nest to 4.1.0 (#20313)
This commit is contained in:
parent
89ba374d51
commit
f84c0ee473
@ -27,7 +27,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
from .const import DOMAIN
|
from .const import DOMAIN
|
||||||
from . import local_auth
|
from . import local_auth
|
||||||
|
|
||||||
REQUIREMENTS = ['python-nest==4.0.5']
|
REQUIREMENTS = ['python-nest==4.1.0']
|
||||||
|
|
||||||
_CONFIGURING = {}
|
_CONFIGURING = {}
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -1297,7 +1297,7 @@ python-mpd2==1.0.0
|
|||||||
python-mystrom==0.4.4
|
python-mystrom==0.4.4
|
||||||
|
|
||||||
# homeassistant.components.nest
|
# homeassistant.components.nest
|
||||||
python-nest==4.0.5
|
python-nest==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.nmap_tracker
|
# homeassistant.components.device_tracker.nmap_tracker
|
||||||
python-nmap==0.6.1
|
python-nmap==0.6.1
|
||||||
|
@ -215,7 +215,7 @@ pyspcwebgw==0.4.0
|
|||||||
python-forecastio==1.4.0
|
python-forecastio==1.4.0
|
||||||
|
|
||||||
# homeassistant.components.nest
|
# homeassistant.components.nest
|
||||||
python-nest==4.0.5
|
python-nest==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.awair
|
# homeassistant.components.sensor.awair
|
||||||
python_awair==0.0.3
|
python_awair==0.0.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user