hass-core/tests/components/vesync/fixtures/dimmer-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

8 lines
134 B
JSON

{
"code": 0,
"deviceStatus": "on",
"activeTime": 100,
"brightness": 50,
"rgbStatus": "on",
"indicatorlightStatus": "on"
}