47 lines
797 B
JSON
47 lines
797 B
JSON
[
|
|
{
|
|
"name": "Jason",
|
|
"room": null,
|
|
"type": "person",
|
|
"id": {
|
|
"entity_id": "person.jason",
|
|
"device_id": null
|
|
}
|
|
},
|
|
{
|
|
"name": "office light",
|
|
"room": "office",
|
|
"type": "switch",
|
|
"id": {
|
|
"entity_id": "switch.office_light",
|
|
"device_id": null
|
|
}
|
|
},
|
|
{
|
|
"name": "coach light 1",
|
|
"room": null,
|
|
"type": "light",
|
|
"id": {
|
|
"entity_id": "light.coach_light_1",
|
|
"device_id": null
|
|
}
|
|
},
|
|
{
|
|
"name": "coach light 2",
|
|
"room": null,
|
|
"type": "light",
|
|
"id": {
|
|
"entity_id": "light.coach_light_2",
|
|
"device_id": null
|
|
}
|
|
},
|
|
{
|
|
"name": "coach light 3",
|
|
"room": null,
|
|
"type": "light",
|
|
"id": {
|
|
"entity_id": "light.coach_light_3",
|
|
"device_id": null
|
|
}
|
|
}
|
|
] |