mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
27 lines
475 B
JSON
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?"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |