Skip to content

Commit

Permalink
Update python-chargepoint to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbillow committed Aug 14, 2022
1 parent cccc2b4 commit 81a3ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0 || bashio::log.info "Failed to install python-chargepoint!"
pip3 install python-chargepoint==1.6.1 || 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/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"documentation": "https://github.com/mbillow/ha-chargepoint",
"codeowners": ["@mbillow"],
"requirements": [
"python-chargepoint==1.6.0"
"python-chargepoint==1.6.1"
],
"config_flow": true,
"issue_tracker": "https://github.com/mbillow/ha-chargepoint/issues",
Expand Down

0 comments on commit 81a3ff0

Please sign in to comment.