Skip to content

Commit 9674ff3

Browse files
authored
Merge pull request #769 from plugwise/pw-v1.5.2
Bugfix for #768
2 parents 51641ab + 2a7202c commit 9674ff3

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Versions from 0.40 and up
44

5+
## v0.54.3
6+
7+
- Bugfix for #768 via plugwise [v1.5.2](https://github.com/plugwise/python-plugwise/releases/tag/v1.5.2).
8+
59
## v0.54.2
610

711
- Link to plugwise [v1.5.1](https://github.com/plugwise/python-plugwise/releases/tag/v1.5.1) and adapt:

custom_components/plugwise/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"integration_type": "hub",
88
"iot_class": "local_polling",
99
"loggers": ["plugwise"],
10-
"requirements": ["plugwise==1.5.1"],
11-
"version": "0.54.2",
10+
"requirements": ["plugwise==1.5.2"],
11+
"version": "0.54.3",
1212
"zeroconf": ["_plugwise._tcp.local."]
1313
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"cooling_present": true,
190190
"gateway_id": "da224107914542988a88561b4452b0f6",
191191
"heater_id": "056ee145a816487eaa69243c3280f8bf",
192-
"item_count": 157,
192+
"item_count": 89,
193193
"notifications": {},
194194
"reboot": true,
195195
"smile_name": "Adam"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"cooling_present": false,
194194
"gateway_id": "da224107914542988a88561b4452b0f6",
195195
"heater_id": "056ee145a816487eaa69243c3280f8bf",
196-
"item_count": 157,
196+
"item_count": 89,
197197
"notifications": {},
198198
"reboot": true,
199199
"smile_name": "Adam"

0 commit comments

Comments
 (0)