Bump pyatmo to 9.0.0 (#143512)

* wip

* fix

* fix

* fix

---------

Co-authored-by: Joostlek <joostlek@outlook.com>
This commit is contained in:
Tobias Sauerwein 2025-04-23 15:24:03 +02:00 committed by GitHub
parent 3dcd06806d
commit 839eb0fe14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 5 deletions

View File

@ -12,5 +12,5 @@
"integration_type": "hub",
"iot_class": "cloud_polling",
"loggers": ["pyatmo"],
"requirements": ["pyatmo==8.1.0"]
"requirements": ["pyatmo==9.0.0"]
}

2
requirements_all.txt generated
View File

@ -1837,7 +1837,7 @@ pyasuswrt==0.1.21
pyatag==0.3.5.3
# homeassistant.components.netatmo
pyatmo==8.1.0
pyatmo==9.0.0
# homeassistant.components.apple_tv
pyatv==0.16.0

View File

@ -1518,7 +1518,7 @@ pyasuswrt==0.1.21
pyatag==0.3.5.3
# homeassistant.components.netatmo
pyatmo==8.1.0
pyatmo==9.0.0
# homeassistant.components.apple_tv
pyatv==0.16.0

View File

@ -630,7 +630,7 @@
"name": "Default",
"selected": true,
"id": "591b54a2764ff4d50d8b5795",
"type": "therm"
"type": "cooling"
},
{
"zones": [
@ -778,6 +778,8 @@
}
],
"therm_setpoint_default_duration": 120,
"temperature_control_mode": "cooling",
"cooling_mode": "schedule",
"persons": [
{
"id": "91827374-7e04-5298-83ad-a0cb8372dff1",

View File

@ -8,6 +8,7 @@
'homes': list([
dict({
'altitude': 112,
'cooling_mode': 'schedule',
'coordinates': '**REDACTED**',
'country': 'DE',
'id': '91763b24c43d3e344f424e8b',
@ -539,7 +540,7 @@
'name': '**REDACTED**',
'selected': True,
'timetable': '**REDACTED**',
'type': 'therm',
'type': 'cooling',
'zones': '**REDACTED**',
}),
dict({
@ -552,6 +553,7 @@
'zones': '**REDACTED**',
}),
]),
'temperature_control_mode': 'cooling',
'therm_mode': 'schedule',
'therm_setpoint_default_duration': 120,
'timezone': 'Europe/Berlin',