store custom files for testing

This commit is contained in:
Proddy
2024-01-21 21:48:36 +01:00
parent 18d329f3ee
commit 27d0ba0526
5 changed files with 221 additions and 0 deletions

View 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?"
]
}
]
}
}