hass-core/tests/components/home_connect/fixtures/programs-active.json
Robert Contreras af7d0187cb
Add tests to Home Connect integration (#114214)
* Add tests to Home Connect integration

* Fix misspelling

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Changes to tests with properly setup fixtures.

* Consolidated api tests, patched library instead of code

* Consolidate sensor edge cases, switch mock assertion to call_count

* Adjust assertion

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-04-09 08:52:39 +02:00

28 lines
625 B
JSON

{
"Oven": {
"data": {
"key": "Cooking.Oven.Program.HeatingMode.HotAir",
"name": "Hot air",
"options": [
{
"key": "Cooking.Oven.Option.SetpointTemperature",
"name": "Target temperature for the cavity",
"value": 230,
"unit": "°C"
},
{
"key": "BSH.Common.Option.Duration",
"name": "Adjust the duration",
"value": 1200,
"unit": "seconds"
}
]
}
},
"Washer": {
"data": {
"key": "BSH.Common.Root.ActiveProgram",
"value": "LaundryCare.Dryer.Program.Mix"
}
}
}