Skip to content

Commit a3b5d71

Browse files
committed
Also update corresponding test-json
1 parent b60aa4e commit a3b5d71

1 file changed

Lines changed: 42 additions & 8 deletions

File tree

tests/data/adam/adam_plus_anna_new.json

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"low_battery": false
4343
},
4444
"dev_class": "zone_thermostat",
45+
"firmware": "2025-11-10T01:00:00+01:00",
4546
"hardware": "1",
4647
"location": "f2bf9048bef64cc5b6d5110154e33c81",
4748
"model": "Emma Pro",
@@ -202,15 +203,24 @@
202203
},
203204
"dev_class": "gateway",
204205
"firmware": "3.9.0",
205-
"gateway_modes": ["away", "full", "vacation"],
206+
"gateway_modes": [
207+
"away",
208+
"full",
209+
"vacation"
210+
],
206211
"hardware": "AME Smile 2.0 board",
207212
"location": "bc93488efab249e5bc54fd7e175a6f91",
208213
"mac_address": "D40FB201CBA0",
209214
"model": "Gateway",
210215
"model_id": "smile_open_therm",
211216
"name": "Adam",
212217
"notifications": {},
213-
"regulation_modes": ["bleeding_cold", "heating", "off", "bleeding_hot"],
218+
"regulation_modes": [
219+
"bleeding_cold",
220+
"heating",
221+
"off",
222+
"bleeding_hot"
223+
],
214224
"select_gateway_mode": "full",
215225
"select_regulation_mode": "heating",
216226
"sensors": {
@@ -297,7 +307,13 @@
297307
"dev_class": "climate",
298308
"model": "ThermoZone",
299309
"name": "Living room",
300-
"preset_modes": ["vacation", "no_frost", "asleep", "home", "away"],
310+
"preset_modes": [
311+
"vacation",
312+
"no_frost",
313+
"asleep",
314+
"home",
315+
"away"
316+
],
301317
"select_schedule": "Weekschema",
302318
"select_zone_profile": "active",
303319
"sensors": {
@@ -320,7 +336,11 @@
320336
"secondary": []
321337
},
322338
"vendor": "Plugwise",
323-
"zone_profiles": ["active", "off", "passive"]
339+
"zone_profiles": [
340+
"active",
341+
"off",
342+
"passive"
343+
]
324344
},
325345
"f871b8c4d63549319221e294e4f88074": {
326346
"active_preset": "vacation",
@@ -336,7 +356,13 @@
336356
"dev_class": "climate",
337357
"model": "ThermoZone",
338358
"name": "Bathroom",
339-
"preset_modes": ["vacation", "no_frost", "asleep", "home", "away"],
359+
"preset_modes": [
360+
"vacation",
361+
"no_frost",
362+
"asleep",
363+
"home",
364+
"away"
365+
],
340366
"select_schedule": "off",
341367
"select_zone_profile": "passive",
342368
"sensors": {
@@ -351,10 +377,18 @@
351377
"upper_bound": 99.9
352378
},
353379
"thermostats": {
354-
"primary": ["e2f4322d57924fa090fbbc48b3a140dc"],
355-
"secondary": ["1772a4ea304041adb83f357b751341ff"]
380+
"primary": [
381+
"e2f4322d57924fa090fbbc48b3a140dc"
382+
],
383+
"secondary": [
384+
"1772a4ea304041adb83f357b751341ff"
385+
]
356386
},
357387
"vendor": "Plugwise",
358-
"zone_profiles": ["active", "off", "passive"]
388+
"zone_profiles": [
389+
"active",
390+
"off",
391+
"passive"
392+
]
359393
}
360394
}

0 commit comments

Comments
 (0)