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

View File

@ -112,12 +112,14 @@
}, },
"446ac08dd04d4eff8ac57489757b7314": { "446ac08dd04d4eff8ac57489757b7314": {
"active_preset": "no_frost", "active_preset": "no_frost",
"available_schedules": [],
"climate_mode": "heat", "climate_mode": "heat",
"control_state": "idle", "control_state": "idle",
"dev_class": "climate", "dev_class": "climate",
"model": "ThermoZone", "model": "ThermoZone",
"name": "Garage", "name": "Garage",
"preset_modes": ["home", "asleep", "away", "vacation", "no_frost"], "preset_modes": ["home", "asleep", "away", "vacation", "no_frost"],
"select_schedule": null,
"sensors": { "sensors": {
"temperature": 15.6 "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." "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": { "sensors": {
"outdoor_temperature": 7.81 "outdoor_temperature": 7.81
}, },

View File

@ -131,6 +131,8 @@
}), }),
'446ac08dd04d4eff8ac57489757b7314': dict({ '446ac08dd04d4eff8ac57489757b7314': dict({
'active_preset': 'no_frost', 'active_preset': 'no_frost',
'available_schedules': list([
]),
'climate_mode': 'heat', 'climate_mode': 'heat',
'control_state': 'idle', 'control_state': 'idle',
'dev_class': 'climate', 'dev_class': 'climate',
@ -143,6 +145,7 @@
'vacation', 'vacation',
'no_frost', 'no_frost',
]), ]),
'select_schedule': None,
'sensors': dict({ 'sensors': dict({
'temperature': 15.6, '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.", '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({ 'sensors': dict({
'outdoor_temperature': 7.81, 'outdoor_temperature': 7.81,
}), }),