mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Bump python-nest to 4.2.0 for python 3.10 fixes (#66090)
This commit is contained in:
parent
a500205545
commit
6f46d98308
@ -4,7 +4,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["ffmpeg", "http", "media_source"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/nest",
|
||||
"requirements": ["python-nest==4.1.0", "google-nest-sdm==1.6.0"],
|
||||
"requirements": ["python-nest==4.2.0", "google-nest-sdm==1.6.0"],
|
||||
"codeowners": ["@allenporter"],
|
||||
"quality_scale": "platinum",
|
||||
"dhcp": [
|
||||
|
@ -1954,7 +1954,7 @@ python-mpd2==3.0.4
|
||||
python-mystrom==1.1.2
|
||||
|
||||
# homeassistant.components.nest
|
||||
python-nest==4.1.0
|
||||
python-nest==4.2.0
|
||||
|
||||
# homeassistant.components.ozw
|
||||
python-openzwave-mqtt[mqtt-client]==1.4.0
|
||||
|
@ -1212,7 +1212,7 @@ python-kasa==0.4.1
|
||||
python-miio==0.5.9.2
|
||||
|
||||
# homeassistant.components.nest
|
||||
python-nest==4.1.0
|
||||
python-nest==4.2.0
|
||||
|
||||
# homeassistant.components.ozw
|
||||
python-openzwave-mqtt[mqtt-client]==1.4.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user