From c6053496b146b0e26e538900b0e0531b7db94308 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Fri, 20 Sep 2024 08:53:58 +0200 Subject: [PATCH] bump --- CHANGES.md | 4 ++++ custom_components/chargeamps/const.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f26ce44..9c008db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Change log for Charge Amps for Home Assistant +## 1.11.0 (2024-09-20) + +- Use standalone API client + ## 1.10.0 (2024-09-20) - Support token refresh diff --git a/custom_components/chargeamps/const.py b/custom_components/chargeamps/const.py index b76a6a9..02f16d7 100644 --- a/custom_components/chargeamps/const.py +++ b/custom_components/chargeamps/const.py @@ -5,7 +5,7 @@ # Base component constants DOMAIN = "chargeamps" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "1.10.1" +VERSION = "1.11.0" PLATFORMS = ["sensor", "switch", "light"] ISSUE_URL = "https://github.com/kirei/hass-chargeamps/issues" CONFIGURATION_URL = "https://my.charge.space"