Skip to content

Commit

Permalink
Update support address for Charge Amps
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Sep 28, 2023
1 parent 3c96d25 commit 53875fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log for Charge Amps for Home Assistant

## 1.8.4 (2023-09-28)

- Update support address for Charge Amps
- Update dependencies

## 1.8.3 (2023-08-05)

- Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The component requires configuration via the Home Assistant configuration file.

The default is to configure all charge points for the account. To only include some charge points a list of charge point IDs can be provided using the `chargepoints` parameter (a list of strings).

N.B. You will need an API key from [Charge Amps Support](mailto:support@charge-amps.com) to use this component.
N.B. You will need an API key from [Charge Amps Support](https://www.chargeamps.com/support/) to use this component.


## Entities
Expand Down
4 changes: 2 additions & 2 deletions custom_components/chargeamps/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "chargeamps",
"name": "Chargeamps",
"version": "1.8.3",
"version": "1.8.4",
"documentation": "https://github.com/kirei/hass-chargeamps",
"issue_tracker": "https://github.com/kirei/hass-chargeamps/issues",
"dependencies": [
Expand All @@ -14,7 +14,7 @@
],
"requirements": [
"chargeamps==1.5.1",
"dataclasses-json==0.5.14",
"dataclasses-json>=0.5.14",
"homeassistant>=2022.11.0"
]
}

0 comments on commit 53875fd

Please sign in to comment.