Skip to content

Commit

Permalink
Support token refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Sep 20, 2024
1 parent 24212d3 commit 63a4f9f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log for Charge Amps for Home Assistant

## 1.10.0 (2024-09-20)

- Support token refresh

## 1.9.4 (2024-05-03)

- Update light color modes
Expand Down
2 changes: 1 addition & 1 deletion custom_components/chargeamps/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Base component constants
DOMAIN = "chargeamps"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "1.7.0"
VERSION = "1.10.0"
PLATFORMS = ["sensor", "switch", "light"]
ISSUE_URL = "https://github.com/kirei/hass-chargeamps/issues"
CONFIGURATION_URL = "https://my.charge.space"
Expand Down
6 changes: 2 additions & 4 deletions custom_components/chargeamps/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
"@kirei"
],
"config_flow": false,
"dependencies": [

],
"dependencies": [],
"documentation": "https://github.com/kirei/hass-chargeamps",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/kirei/hass-chargeamps/issues",
"requirements": [
"chargeamps==1.6.1",
"chargeamps==1.8.0",
"dataclasses-json>=0.5.2",
"homeassistant>=2022.11.0"
],
Expand Down

0 comments on commit 63a4f9f

Please sign in to comment.