Files
EMS-ESP32/test/standalone_file_export/emsesp_customizations.json
2024-07-04 21:55:18 +02:00

28 lines
511 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,
"custom_name": "Trendline",
"entity_ids": [
"08heatingactive|is my heating on?"
]
}
]
}
}