* 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>
16 lines
440 B
JSON
16 lines
440 B
JSON
{
|
|
"data": {
|
|
"status": [
|
|
{ "key": "BSH.Common.Status.RemoteControlActive", "value": true },
|
|
{ "key": "BSH.Common.Status.RemoteControlStartAllowed", "value": true },
|
|
{
|
|
"key": "BSH.Common.Status.OperationState",
|
|
"value": "BSH.Common.EnumType.OperationState.Ready"
|
|
},
|
|
{
|
|
"key": "BSH.Common.Status.DoorState",
|
|
"value": "BSH.Common.EnumType.DoorState.Closed"
|
|
}
|
|
]
|
|
}
|
|
}
|