Upgrade python-nest to 4.1.0 (#20313)
This commit is contained in:
parent
89ba374d51
commit
f84c0ee473
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ from homeassistant.helpers.entity import Entity
|
|||
from .const import DOMAIN
|
||||
from . import local_auth
|
||||
|
||||
REQUIREMENTS = ['python-nest==4.0.5']
|
||||
REQUIREMENTS = ['python-nest==4.1.0']
|
||||
|
||||
_CONFIGURING = {}
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
|
@ -1297,7 +1297,7 @@ python-mpd2==1.0.0
|
|||
python-mystrom==0.4.4
|
||||
|
||||
# homeassistant.components.nest
|
||||
python-nest==4.0.5
|
||||
python-nest==4.1.0
|
||||
|
||||
# homeassistant.components.device_tracker.nmap_tracker
|
||||
python-nmap==0.6.1
|
||||
|
|
|
@ -215,7 +215,7 @@ pyspcwebgw==0.4.0
|
|||
python-forecastio==1.4.0
|
||||
|
||||
# homeassistant.components.nest
|
||||
python-nest==4.0.5
|
||||
python-nest==4.1.0
|
||||
|
||||
# homeassistant.components.sensor.awair
|
||||
python_awair==0.0.3
|
||||
|
|
Loading…
Add table
Reference in a new issue