Skip to content

Commit 16f1e09

Browse files
committed
Fix
1 parent cc22705 commit 16f1e09

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/data/adam/adam_heatpump_cooling.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@
167167
"preset_modes": ["no_frost", "vacation", "away", "home", "asleep"],
168168
"select_schedule": "off",
169169
"sensors": {
170-
"setpoint": 18,
171-
"temperature": 22
170+
"setpoint": 18.0,
171+
"temperature": 22.0
172172
},
173173
"thermostat": {
174174
"lower_bound": 0.0,

tests/data/adam/adam_zone_per_device.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"vendor": "Plugwise",
242242
"available": true,
243243
"sensors": {
244-
"electricity_consumed": 34,
244+
"electricity_consumed": 34.0,
245245
"electricity_consumed_interval": 8.65,
246246
"electricity_produced": 0.0,
247247
"electricity_produced_interval": 0.0

tests/data/stretch/stretch_v23.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"sensors": {
217217
"electricity_consumed": 0.0,
218218
"electricity_consumed_interval": 0.0,
219-
"electricity_produced": 0,
219+
"electricity_produced": 0.0,
220220
"electricity_produced_interval": 0.0
221221
},
222222
"switches": {

0 commit comments

Comments
 (0)