Skip to content

Commit

Permalink
Bump revision to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinse committed Nov 11, 2023
1 parent 7b0087f commit 167847d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## 0.7.0

Major refactor of the component
* Objective: Update the component to the "HA way" using devices and entities
* Zaptec devices (installation, circuit and charger) use name set in Zaptec portal
* Added entities for each device. No need for using attrs and templates.
* Added support for selecting which chargers to add to zaptec
* Added support for adding an optional prefix to the device names
* Fixed adjustable charging currents, all or individual three phase.
* Added support for authorization and deauthorization of charging using the
Zaptec internal *native* authentication
* Zaptec produces energy sensors that can be used with HA energy dashboard
* Refactor services in order to make them easier to use with the service call UIs
* Hardnened the cloud connection robustness (better timeout, better data and
error handling)
* Use data update coordinator for polling entities
* Added "Download diagnostics"
* Bugfixes and documentation update
2 changes: 1 addition & 1 deletion custom_components/zaptec/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import annotations

NAME = "zaptec"
VERSION = "0.0.6b2"
VERSION = "0.7.0"
ISSUEURL = "https://github.com/custom-components/zaptec/issues"

DOMAIN = "zaptec"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/zaptec/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
],
"iot_class": "cloud_polling",
"requirements": ["azure-servicebus", "pydantic"],
"version": "0.0.6b2"
"version": "0.7.0"
}

0 comments on commit 167847d

Please sign in to comment.