1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/tests/components/vesync/fixtures/vesync-auth.json
cdnninja 1b9acdc233 Convert Vesync to 3.X version of library (#148239)
Co-authored-by: SapuSeven <sapuseven@gmail.com>
Co-authored-by: Joostlek <joostlek@outlook.com>
2025-09-02 15:31:38 +02:00

10 lines
129 B
JSON

{
"code": 0,
"traceId": "1234",
"msg": null,
"result": {
"accountID": "1234",
"authorizeCode": "test-code"
}
}