AutomationDataset/Missing-Link-harkat/Missing-Link-harkat_Missing...

74 lines
1.3 KiB
JSON

[
{
"name": "coffee power plug",
"room": "kitchen",
"type": "switch",
"id": {
"entity_id": "ENTITY_ID_HERE",
"device_id": "DEVICE_ID_HERE"
}
},
{
"name": "dht11 humidity sensor",
"room": null,
"type": "sensor",
"id": {
"entity_id": "sensor.dht11_humiditysensor",
"device_id": null
}
},
{
"name": "switch sensor",
"room": null,
"type": "switch",
"id": {
"entity_id": "switch.SWITCH_NAME",
"device_id": null
}
},
{
"name": "sensor 1",
"room": null,
"type": "sensor",
"id": {
"entity_id": "sensor.SENSOR_NAME",
"device_id": null
}
},
{
"name": "sensor 2",
"room": null,
"type": "sensor",
"id": {
"entity_id": "sensor.SENSOR_NAME_current",
"device_id": null
}
},
{
"name": "sensor 3",
"room": null,
"type": "sensor",
"id": {
"entity_id": "sensor.SENSOR_NAME_power",
"device_id": null
}
},
{
"name": "sensor 4",
"room": null,
"type": "sensor",
"id": {
"entity_id": "sensor.SENSOR_NAME_voltage",
"device_id": null
}
},
{
"name": "switch sensor 2",
"room": null,
"type": "switch",
"id": {
"entity_id": "switch.SENSOR_NAME_1",
"device_id": null
}
}
]