Skip to content

Commit 98bc8ac

Browse files
authored
Merge pull request #568 from plugwise/pw_0_37_0
Implement plugwise v0.37.0
2 parents 9c73938 + 25c3016 commit 98bc8ac

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

custom_components/plugwise/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"integration_type": "hub",
99
"iot_class": "local_polling",
1010
"loggers": ["plugwise"],
11-
"requirements": ["plugwise==0.36.3"],
12-
"version": "0.46.3"
11+
"requirements": ["plugwise==0.37.0"],
12+
"version": "0.47.0"
1313
}

tests/components/plugwise/fixtures/adam_multiple_devices_per_zone/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"model": "Plug",
2929
"name": "Playstation Smart Plug",
3030
"sensors": {
31-
"electricity_consumed": 82.6,
31+
"electricity_consumed": 84.1,
3232
"electricity_consumed_interval": 8.6,
3333
"electricity_produced": 0.0,
3434
"electricity_produced_interval": 0.0

tests/components/plugwise/fixtures/m_adam_cooling/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"binary_sensors": {
66
"cooling_state": true,
77
"dhw_state": false,
8-
"flame_state": true,
8+
"flame_state": false,
99
"heating_state": false
1010
},
1111
"dev_class": "heater_central",

tests/components/plugwise/fixtures/m_adam_heating/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"available": true,
55
"binary_sensors": {
66
"dhw_state": false,
7-
"flame_state": true,
7+
"flame_state": false,
88
"heating_state": true
99
},
1010
"dev_class": "heater_central",

tests/components/plugwise/fixtures/m_adam_jip/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"name": "Tom Slaapkamer",
6868
"sensors": {
6969
"setpoint": 13.0,
70-
"temperature": 24.3,
70+
"temperature": 24.2,
7171
"temperature_difference": 1.7,
7272
"valve_position": 0.0
7373
},

tests/components/plugwise/fixtures/stretch_v31/all_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"electricity_produced": 0.0
2424
},
2525
"switches": {
26-
"lock": false,
26+
"lock": true,
2727
"relay": true
2828
},
2929
"vendor": "Plugwise",

tests/components/plugwise/snapshots/test_diagnostics.ambr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'model': 'Plug',
3131
'name': 'Playstation Smart Plug',
3232
'sensors': dict({
33-
'electricity_consumed': 82.6,
33+
'electricity_consumed': 84.1,
3434
'electricity_consumed_interval': 8.6,
3535
'electricity_produced': 0.0,
3636
'electricity_produced_interval': 0.0,

0 commit comments

Comments
 (0)