Skip to content

Commit 2ea22da

Browse files
authored
Bump to 0.7.3 (#160)
1 parent 561f1f2 commit 2ea22da

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

3-
## 0.7.3b1
3+
## 0.7.3
44

5+
* Fix Azure service bus error causing HA to complain about blocking call, #149
6+
* Fix TOTAL_INCREASING that caused negative power consumption, #145
57
* Add Swedish language tranlastion, #141
68
* Add Polish language tranlation, #140
79

custom_components/zaptec/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from __future__ import annotations
33

44
NAME = "zaptec"
5-
VERSION = "0.7.3b1"
5+
VERSION = "0.7.3"
66
ISSUEURL = "https://github.com/custom-components/zaptec/issues"
77

88
DOMAIN = "zaptec"

custom_components/zaptec/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
],
1111
"iot_class": "cloud_polling",
1212
"requirements": ["azure-servicebus==7.13.0", "pydantic"],
13-
"version": "0.7.3b1"
13+
"version": "0.7.3"
1414
}

0 commit comments

Comments
 (0)