mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +03:00
28 lines
511 B
JSON
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?"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |