1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-27 04:03:49 +01:00
Files
core/tests/components/watts/fixtures/switch_detail.json
theobld-ww 0c1af1d613 Add switch entities to Watts Vision + (#162699)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-02-11 17:39:17 +01:00

10 lines
216 B
JSON

{
"deviceId": "switch_789",
"deviceName": "Living Room Switch",
"deviceType": "switch",
"interface": "homeassistant.components.SWITCH",
"roomName": "Living Room",
"isOnline": true,
"isTurnedOn": true
}