mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Bump pyatmo to 9.0.0 (#143512)
* wip * fix * fix * fix --------- Co-authored-by: Joostlek <joostlek@outlook.com>
This commit is contained in:
parent
3dcd06806d
commit
839eb0fe14
@ -12,5 +12,5 @@
|
|||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["pyatmo"],
|
"loggers": ["pyatmo"],
|
||||||
"requirements": ["pyatmo==8.1.0"]
|
"requirements": ["pyatmo==9.0.0"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1837,7 +1837,7 @@ pyasuswrt==0.1.21
|
|||||||
pyatag==0.3.5.3
|
pyatag==0.3.5.3
|
||||||
|
|
||||||
# homeassistant.components.netatmo
|
# homeassistant.components.netatmo
|
||||||
pyatmo==8.1.0
|
pyatmo==9.0.0
|
||||||
|
|
||||||
# homeassistant.components.apple_tv
|
# homeassistant.components.apple_tv
|
||||||
pyatv==0.16.0
|
pyatv==0.16.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1518,7 +1518,7 @@ pyasuswrt==0.1.21
|
|||||||
pyatag==0.3.5.3
|
pyatag==0.3.5.3
|
||||||
|
|
||||||
# homeassistant.components.netatmo
|
# homeassistant.components.netatmo
|
||||||
pyatmo==8.1.0
|
pyatmo==9.0.0
|
||||||
|
|
||||||
# homeassistant.components.apple_tv
|
# homeassistant.components.apple_tv
|
||||||
pyatv==0.16.0
|
pyatv==0.16.0
|
||||||
|
@ -630,7 +630,7 @@
|
|||||||
"name": "Default",
|
"name": "Default",
|
||||||
"selected": true,
|
"selected": true,
|
||||||
"id": "591b54a2764ff4d50d8b5795",
|
"id": "591b54a2764ff4d50d8b5795",
|
||||||
"type": "therm"
|
"type": "cooling"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"zones": [
|
"zones": [
|
||||||
@ -778,6 +778,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"therm_setpoint_default_duration": 120,
|
"therm_setpoint_default_duration": 120,
|
||||||
|
"temperature_control_mode": "cooling",
|
||||||
|
"cooling_mode": "schedule",
|
||||||
"persons": [
|
"persons": [
|
||||||
{
|
{
|
||||||
"id": "91827374-7e04-5298-83ad-a0cb8372dff1",
|
"id": "91827374-7e04-5298-83ad-a0cb8372dff1",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
'homes': list([
|
'homes': list([
|
||||||
dict({
|
dict({
|
||||||
'altitude': 112,
|
'altitude': 112,
|
||||||
|
'cooling_mode': 'schedule',
|
||||||
'coordinates': '**REDACTED**',
|
'coordinates': '**REDACTED**',
|
||||||
'country': 'DE',
|
'country': 'DE',
|
||||||
'id': '91763b24c43d3e344f424e8b',
|
'id': '91763b24c43d3e344f424e8b',
|
||||||
@ -539,7 +540,7 @@
|
|||||||
'name': '**REDACTED**',
|
'name': '**REDACTED**',
|
||||||
'selected': True,
|
'selected': True,
|
||||||
'timetable': '**REDACTED**',
|
'timetable': '**REDACTED**',
|
||||||
'type': 'therm',
|
'type': 'cooling',
|
||||||
'zones': '**REDACTED**',
|
'zones': '**REDACTED**',
|
||||||
}),
|
}),
|
||||||
dict({
|
dict({
|
||||||
@ -552,6 +553,7 @@
|
|||||||
'zones': '**REDACTED**',
|
'zones': '**REDACTED**',
|
||||||
}),
|
}),
|
||||||
]),
|
]),
|
||||||
|
'temperature_control_mode': 'cooling',
|
||||||
'therm_mode': 'schedule',
|
'therm_mode': 'schedule',
|
||||||
'therm_setpoint_default_duration': 120,
|
'therm_setpoint_default_duration': 120,
|
||||||
'timezone': 'Europe/Berlin',
|
'timezone': 'Europe/Berlin',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user