Skip to content

Commit 3b5b114

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 115b1c5 commit 3b5b114

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/manual_fixtures.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,16 +263,16 @@ def json_writer(
263263
"battery": 99,
264264
"temperature": 18.6,
265265
"temperature_difference": 2.3,
266-
"valve_position": 0.0
266+
"valve_position": 0.0,
267267
},
268268
"temperature_offset": {
269269
"lower_bound": -2.0,
270270
"resolution": 0.1,
271271
"setpoint": 0.1,
272-
"upper_bound": 2.0
272+
"upper_bound": 2.0,
273273
},
274274
"vendor": "Plugwise",
275-
"zigbee_mac_address": "ABCD012345670A01"
275+
"zigbee_mac_address": "ABCD012345670A01",
276276
}
277277
}
278278
)

0 commit comments

Comments
 (0)