Skip to content

Commit

Permalink
Bump python-chargepoint to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbillow committed Feb 17, 2023
1 parent 7b3fe8a commit 9f4b828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6.2 || bashio::log.info "Failed to install python-chargepoint!"
pip3 install python-chargepoint==1.7.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
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.6.2"
"python-chargepoint==1.7.0"
],
"config_flow": true,
"issue_tracker": "https://github.com/mbillow/ha-chargepoint/issues",
"version": "0.4.0",
"version": "0.5.0",
"iot_class": "cloud_polling"
}

0 comments on commit 9f4b828

Please sign in to comment.