1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-01 14:12:01 +01:00
Files
core/tests/components/osoenergy/fixtures/water_heater.json
osohotwateriot 386f709fd3 Osoenergy holiday mode services (#149430)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-07-28 16:00:22 +02:00

22 lines
550 B
JSON

{
"device_id": "osoenergy_water_heater",
"device_type": "SAGA S200",
"device_name": "TEST DEVICE",
"current_temperature": 60,
"min_temperature": 10,
"max_temperature": 75,
"target_temperature": 60,
"target_temperature_low": 57,
"target_temperature_high": 63,
"available": true,
"online": true,
"current_operation": "on",
"optimization_mode": "oso",
"heater_mode": "auto",
"profile": [
10, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60,
60, 60, 60, 60, 60
],
"isInPowerSave": false
}