Skip to content

Commit

Permalink
missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Sep 20, 2024
1 parent 41e65dd commit f69192d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Change log for Charge Amps for Home Assistant

## 1.11.2 (2024-09-20)

- Fix regression with missing file (pydantic removal)

## 1.11.1 (2024-09-20)

- Add missing files
- Remove pydantic

## 1.11.0 (2024-09-20)

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.1"
VERSION = "1.11.2"
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.1"
"version": "1.11.2"
}

0 comments on commit f69192d

Please sign in to comment.