hass-core/tests/components/vesync/fixtures/outlet-detail.json
Chuck Deal a4a8f6ebc8
Add platform state tests for vesync integration (#90466)
* Test coverage for init and common

* Update snapshot

* break setup state snapshot test across platforms

* Fix state snapshot test methods

* Remove the test_init snapshot

* Remove test_common and test_init changes

* refactor the request_mock fixture
2023-04-12 14:15:22 +02:00

7 lines
97 B
JSON

{
"deviceStatus": "on",
"activeTime": 10,
"energy": 100,
"power": 25,
"voltage": 120
}