Files
EMS-ESP32/test/standalone_file_export/emsesp_customizations.json
2024-01-21 21:48:36 +01:00

27 lines
475 B
JSON

{
"type": "customizations",
"Customizations": {
"ts": [
{
"id": "01-0203-0405-0607",
"name": "test_sensor1",
"offset": 0
},
{
"id": "0B-0C0D-0E0F-1011",
"name": "test_sensor2",
"offset": 4
}
],
"as": [],
"masked_entities": [
{
"product_id": 123,
"device_id": 8,
"entity_ids": [
"08heatingactive|is my heating on?"
]
}
]
}
}