mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 09:49:54 +03:00
store custom files for testing
This commit is contained in:
27
test/standalone_file_export/emsesp_customizations.json
Normal file
27
test/standalone_file_export/emsesp_customizations.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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?"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user