Skip to content

Commit

Permalink
Update python-chargepoint to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbillow committed Jun 11, 2022
1 parent 246052f commit 871f450
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .docker/services/run
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

cd /config || bashio::exit.nok "Can't find config folder!"

pip3 install python-chargepoint==1.4.0 || bashio::log.info "Failed to install python-chargepoint!"
pip3 install python-chargepoint==1.5.0 || bashio::log.info "Failed to install python-chargepoint!"

# Enable Jemalloc for Home Assistant Core, unless disabled
if [[ -z "${DISABLE_JEMALLOC+x}" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion custom_components/chargepoint/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
NAME = "ChargePoint"
DOMAIN = "chargepoint"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.2.1"
VERSION = "0.2.2"
ATTRIBUTION = "Data provided by https://www.chargepoint.com"
ISSUE_URL = "https://github.com/mbillow/ha-chargepoint/issues"

Expand Down
4 changes: 2 additions & 2 deletions custom_components/chargepoint/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"documentation": "https://github.com/mbillow/ha-chargepoint",
"codeowners": ["@mbillow"],
"requirements": [
"python-chargepoint==1.4.0"
"python-chargepoint==1.5.0"
],
"config_flow": true,
"issue_tracker": "https://github.com/mbillow/ha-chargepoint/issues",
"version": "0.2.1",
"version": "0.2.2",
"iot_class": "cloud_polling"
}

0 comments on commit 871f450

Please sign in to comment.