Skip to content

Commit ac88dc4

Browse files
committed
Save reformatted files
1 parent d3fae83 commit ac88dc4

6 files changed

Lines changed: 237 additions & 49 deletions

File tree

fixtures/m_adam_cooling/data.json

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,11 @@
112112
},
113113
"dev_class": "gateway",
114114
"firmware": "3.9.0",
115-
"gateway_modes": ["away", "full", "vacation"],
115+
"gateway_modes": [
116+
"away",
117+
"full",
118+
"vacation"
119+
],
116120
"hardware": "AME Smile 2.0 board",
117121
"location": "bc93488efab249e5bc54fd7e175a6f91",
118122
"mac_address": "D40FB201CBA0",
@@ -213,7 +217,13 @@
213217
"dev_class": "climate",
214218
"model": "ThermoZone",
215219
"name": "Living room",
216-
"preset_modes": ["vacation", "no_frost", "asleep", "home", "away"],
220+
"preset_modes": [
221+
"vacation",
222+
"no_frost",
223+
"asleep",
224+
"home",
225+
"away"
226+
],
217227
"select_schedule": "off",
218228
"select_zone_profile": "active",
219229
"sensors": {
@@ -236,7 +246,11 @@
236246
"secondary": []
237247
},
238248
"vendor": "Plugwise",
239-
"zone_profiles": ["active", "off", "passive"]
249+
"zone_profiles": [
250+
"active",
251+
"off",
252+
"passive"
253+
]
240254
},
241255
"f871b8c4d63549319221e294e4f88074": {
242256
"active_preset": "vacation",
@@ -252,7 +266,13 @@
252266
"dev_class": "climate",
253267
"model": "ThermoZone",
254268
"name": "Bathroom",
255-
"preset_modes": ["vacation", "no_frost", "asleep", "home", "away"],
269+
"preset_modes": [
270+
"vacation",
271+
"no_frost",
272+
"asleep",
273+
"home",
274+
"away"
275+
],
256276
"select_schedule": "off",
257277
"select_zone_profile": "passive",
258278
"sensors": {
@@ -267,10 +287,18 @@
267287
"upper_bound": 99.9
268288
},
269289
"thermostats": {
270-
"primary": ["e2f4322d57924fa090fbbc48b3a140dc"],
271-
"secondary": ["1772a4ea304041adb83f357b751341ff"]
290+
"primary": [
291+
"e2f4322d57924fa090fbbc48b3a140dc"
292+
],
293+
"secondary": [
294+
"1772a4ea304041adb83f357b751341ff"
295+
]
272296
},
273297
"vendor": "Plugwise",
274-
"zone_profiles": ["active", "off", "passive"]
298+
"zone_profiles": [
299+
"active",
300+
"off",
301+
"passive"
302+
]
275303
}
276304
}

fixtures/m_adam_heating/data.json

Lines changed: 41 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,24 @@
117117
},
118118
"dev_class": "gateway",
119119
"firmware": "3.9.0",
120-
"gateway_modes": ["away", "full", "vacation"],
120+
"gateway_modes": [
121+
"away",
122+
"full",
123+
"vacation"
124+
],
121125
"hardware": "AME Smile 2.0 board",
122126
"location": "bc93488efab249e5bc54fd7e175a6f91",
123127
"mac_address": "D40FB201CBA0",
124128
"model": "Gateway",
125129
"model_id": "smile_open_therm",
126130
"name": "Adam",
127131
"notifications": {},
128-
"regulation_modes": ["bleeding_cold", "heating", "off", "bleeding_hot"],
132+
"regulation_modes": [
133+
"bleeding_cold",
134+
"heating",
135+
"off",
136+
"bleeding_hot"
137+
],
129138
"select_gateway_mode": "full",
130139
"select_regulation_mode": "heating",
131140
"sensors": {
@@ -212,7 +221,13 @@
212221
"dev_class": "climate",
213222
"model": "ThermoZone",
214223
"name": "Living room",
215-
"preset_modes": ["vacation", "no_frost", "asleep", "home", "away"],
224+
"preset_modes": [
225+
"vacation",
226+
"no_frost",
227+
"asleep",
228+
"home",
229+
"away"
230+
],
216231
"select_schedule": "off",
217232
"select_zone_profile": "active",
218233
"sensors": {
@@ -235,7 +250,11 @@
235250
"secondary": []
236251
},
237252
"vendor": "Plugwise",
238-
"zone_profiles": ["active", "off", "passive"]
253+
"zone_profiles": [
254+
"active",
255+
"off",
256+
"passive"
257+
]
239258
},
240259
"f871b8c4d63549319221e294e4f88074": {
241260
"active_preset": "vacation",
@@ -251,7 +270,13 @@
251270
"dev_class": "climate",
252271
"model": "ThermoZone",
253272
"name": "Bathroom",
254-
"preset_modes": ["vacation", "no_frost", "asleep", "home", "away"],
273+
"preset_modes": [
274+
"vacation",
275+
"no_frost",
276+
"asleep",
277+
"home",
278+
"away"
279+
],
255280
"select_schedule": "off",
256281
"select_zone_profile": "passive",
257282
"sensors": {
@@ -266,10 +291,18 @@
266291
"upper_bound": 99.9
267292
},
268293
"thermostats": {
269-
"primary": ["e2f4322d57924fa090fbbc48b3a140dc"],
270-
"secondary": ["1772a4ea304041adb83f357b751341ff"]
294+
"primary": [
295+
"e2f4322d57924fa090fbbc48b3a140dc"
296+
],
297+
"secondary": [
298+
"1772a4ea304041adb83f357b751341ff"
299+
]
271300
},
272301
"vendor": "Plugwise",
273-
"zone_profiles": ["active", "off", "passive"]
302+
"zone_profiles": [
303+
"active",
304+
"off",
305+
"passive"
306+
]
274307
}
275308
}

fixtures/m_adam_jip/data.json

Lines changed: 83 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
"dev_class": "climate",
77
"model": "ThermoZone",
88
"name": "Slaapkamer",
9-
"preset_modes": ["home", "asleep", "away", "vacation", "no_frost"],
9+
"preset_modes": [
10+
"home",
11+
"asleep",
12+
"away",
13+
"vacation",
14+
"no_frost"
15+
],
1016
"select_schedule": null,
1117
"select_zone_profile": "active",
1218
"sensors": {
@@ -19,11 +25,19 @@
1925
"upper_bound": 99.9
2026
},
2127
"thermostats": {
22-
"primary": ["1346fbd8498d4dbcab7e18d51b771f3d"],
23-
"secondary": ["356b65335e274d769c338223e7af9c33"]
28+
"primary": [
29+
"1346fbd8498d4dbcab7e18d51b771f3d"
30+
],
31+
"secondary": [
32+
"356b65335e274d769c338223e7af9c33"
33+
]
2434
},
2535
"vendor": "Plugwise",
26-
"zone_profiles": ["active", "off", "passive"]
36+
"zone_profiles": [
37+
"active",
38+
"off",
39+
"passive"
40+
]
2741
},
2842
"13228dab8ce04617af318a2888b3c548": {
2943
"active_preset": "home",
@@ -33,7 +47,13 @@
3347
"dev_class": "climate",
3448
"model": "ThermoZone",
3549
"name": "Woonkamer",
36-
"preset_modes": ["home", "asleep", "away", "vacation", "no_frost"],
50+
"preset_modes": [
51+
"home",
52+
"asleep",
53+
"away",
54+
"vacation",
55+
"no_frost"
56+
],
3757
"select_schedule": null,
3858
"select_zone_profile": "active",
3959
"sensors": {
@@ -46,11 +66,19 @@
4666
"upper_bound": 30.0
4767
},
4868
"thermostats": {
49-
"primary": ["f61f1a2535f54f52ad006a3d18e459ca"],
50-
"secondary": ["833de10f269c4deab58fb9df69901b4e"]
69+
"primary": [
70+
"f61f1a2535f54f52ad006a3d18e459ca"
71+
],
72+
"secondary": [
73+
"833de10f269c4deab58fb9df69901b4e"
74+
]
5175
},
5276
"vendor": "Plugwise",
53-
"zone_profiles": ["active", "off", "passive"]
77+
"zone_profiles": [
78+
"active",
79+
"off",
80+
"passive"
81+
]
5482
},
5583
"1346fbd8498d4dbcab7e18d51b771f3d": {
5684
"available": true,
@@ -225,15 +253,24 @@
225253
},
226254
"dev_class": "gateway",
227255
"firmware": "3.2.8",
228-
"gateway_modes": ["away", "full", "vacation"],
256+
"gateway_modes": [
257+
"away",
258+
"full",
259+
"vacation"
260+
],
229261
"hardware": "AME Smile 2.0 board",
230262
"location": "9e4433a9d69f40b3aefd15e74395eaec",
231263
"mac_address": "012345670001",
232264
"model": "Gateway",
233265
"model_id": "smile_open_therm",
234266
"name": "Adam",
235267
"notifications": {},
236-
"regulation_modes": ["heating", "off", "bleeding_cold", "bleeding_hot"],
268+
"regulation_modes": [
269+
"heating",
270+
"off",
271+
"bleeding_cold",
272+
"bleeding_hot"
273+
],
237274
"select_gateway_mode": "full",
238275
"select_regulation_mode": "heating",
239276
"sensors": {
@@ -250,7 +287,13 @@
250287
"dev_class": "climate",
251288
"model": "ThermoZone",
252289
"name": "Kinderkamer",
253-
"preset_modes": ["home", "asleep", "away", "vacation", "no_frost"],
290+
"preset_modes": [
291+
"home",
292+
"asleep",
293+
"away",
294+
"vacation",
295+
"no_frost"
296+
],
254297
"select_schedule": null,
255298
"select_zone_profile": "active",
256299
"sensors": {
@@ -263,11 +306,19 @@
263306
"upper_bound": 99.9
264307
},
265308
"thermostats": {
266-
"primary": ["6f3e9d7084214c21b9dfa46f6eeb8700"],
267-
"secondary": ["d4496250d0e942cfa7aea3476e9070d5"]
309+
"primary": [
310+
"6f3e9d7084214c21b9dfa46f6eeb8700"
311+
],
312+
"secondary": [
313+
"d4496250d0e942cfa7aea3476e9070d5"
314+
]
268315
},
269316
"vendor": "Plugwise",
270-
"zone_profiles": ["active", "off", "passive"]
317+
"zone_profiles": [
318+
"active",
319+
"off",
320+
"passive"
321+
]
271322
},
272323
"d4496250d0e942cfa7aea3476e9070d5": {
273324
"available": true,
@@ -301,7 +352,13 @@
301352
"dev_class": "climate",
302353
"model": "ThermoZone",
303354
"name": "Logeerkamer",
304-
"preset_modes": ["home", "asleep", "away", "vacation", "no_frost"],
355+
"preset_modes": [
356+
"home",
357+
"asleep",
358+
"away",
359+
"vacation",
360+
"no_frost"
361+
],
305362
"select_schedule": null,
306363
"select_zone_profile": "active",
307364
"sensors": {
@@ -314,11 +371,19 @@
314371
"upper_bound": 99.9
315372
},
316373
"thermostats": {
317-
"primary": ["a6abc6a129ee499c88a4d420cc413b47"],
318-
"secondary": ["1da4d325838e4ad8aac12177214505c9"]
374+
"primary": [
375+
"a6abc6a129ee499c88a4d420cc413b47"
376+
],
377+
"secondary": [
378+
"1da4d325838e4ad8aac12177214505c9"
379+
]
319380
},
320381
"vendor": "Plugwise",
321-
"zone_profiles": ["active", "off", "passive"]
382+
"zone_profiles": [
383+
"active",
384+
"off",
385+
"passive"
386+
]
322387
},
323388
"e4684553153b44afbef2200885f379dc": {
324389
"available": true,

0 commit comments

Comments
 (0)