mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
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:
parent
5f9e4ae136
commit
5acfe5da68
@ -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__)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user