Refresh plugwise test-fixtures (#149875)

This commit is contained in:
Bouwe Westerdijk 2025-08-04 12:35:24 +02:00 committed by GitHub
parent c2b298283e
commit 93e11aa8bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View File

@ -35,6 +35,7 @@
},
"0d266432d64443e283b5d708ae98b455": {
"active_preset": "home",
"available_schedules": [],
"climate_mode": "heat",
"control_state": "heating",
"dev_class": "thermostat",
@ -44,6 +45,7 @@
"model": "ThermoTouch",
"name": "Anna",
"preset_modes": ["away", "vacation", "asleep", "home", "no_frost"],
"select_schedule": null,
"sensors": {
"illuminance": 150.8,
"setpoint": 20.5,

View File

@ -112,12 +112,14 @@
},
"446ac08dd04d4eff8ac57489757b7314": {
"active_preset": "no_frost",
"available_schedules": [],
"climate_mode": "heat",
"control_state": "idle",
"dev_class": "climate",
"model": "ThermoZone",
"name": "Garage",
"preset_modes": ["home", "asleep", "away", "vacation", "no_frost"],
"select_schedule": null,
"sensors": {
"temperature": 15.6
},
@ -587,7 +589,6 @@
"warning": "Node Plug (with MAC address 000D6F000D13CB01, in room 'n.a.') has been unreachable since 23:03 2020-01-18. Please check the connection and restart the device."
}
},
"select_regulation_mode": "heating",
"sensors": {
"outdoor_temperature": 7.81
},

View File

@ -131,6 +131,8 @@
}),
'446ac08dd04d4eff8ac57489757b7314': dict({
'active_preset': 'no_frost',
'available_schedules': list([
]),
'climate_mode': 'heat',
'control_state': 'idle',
'dev_class': 'climate',
@ -143,6 +145,7 @@
'vacation',
'no_frost',
]),
'select_schedule': None,
'sensors': dict({
'temperature': 15.6,
}),
@ -635,7 +638,6 @@
'warning': "Node Plug (with MAC address 000D6F000D13CB01, in room 'n.a.') has been unreachable since 23:03 2020-01-18. Please check the connection and restart the device.",
}),
}),
'select_regulation_mode': 'heating',
'sensors': dict({
'outdoor_temperature': 7.81,
}),