Upgrade python-nest to 4.0.0 (#14638)

* Upgrade python-nest to 4.0.0

Drop in replace to use nest stream API
Didn't change any logic from HA side

* Update requirements_all.txt
This commit is contained in:
Jason Hu 2018-05-27 02:31:05 -07:00 committed by Fabian Affolter
parent 5f9e4ae136
commit 5acfe5da68
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from homeassistant.const import (
CONF_STRUCTURE, CONF_FILENAME, CONF_BINARY_SENSORS, CONF_SENSORS,
CONF_MONITORED_CONDITIONS)
REQUIREMENTS = ['python-nest==3.7.0']
REQUIREMENTS = ['python-nest==4.0.0']
_CONFIGURING = {}
_LOGGER = logging.getLogger(__name__)

View File

@ -1027,7 +1027,7 @@ python-mpd2==1.0.0
python-mystrom==0.4.2
# homeassistant.components.nest
python-nest==3.7.0
python-nest==4.0.0
# homeassistant.components.device_tracker.nmap_tracker
python-nmap==0.6.1