Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Sep 20, 2024
1 parent f69192d commit 21921ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.11.3 (2024-09-20)

- Re-release of 1.11.2

## 1.11.2 (2024-09-20)

- Fix regression with missing file (pydantic removal)
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.11.2"
VERSION = "1.11.3"
PLATFORMS = ["sensor", "switch", "light"]
ISSUE_URL = "https://github.com/kirei/hass-chargeamps/issues"
CONFIGURATION_URL = "https://my.charge.space"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/chargeamps/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"homeassistant>=2024.1.0",
"dataclasses-json>=0.5.2"
],
"version": "1.11.2"
"version": "1.11.3"
}

0 comments on commit 21921ba

Please sign in to comment.