From 7f7673c85b72a36c99cdff178528e692d32b7614 Mon Sep 17 00:00:00 2001 From: Sese Schneider Date: Fri, 5 Jan 2024 11:09:51 +0100 Subject: [PATCH] Fix manifest files for HACS --- CHANGELOG.md | 19 +++++++++++++++++++ .../cover_time_based/manifest.json | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..718cdcf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +## 2.0.1 (2024-01-05) + +### Bug Fixes + +- Fix `hacs.json` & `manifest.json` for HACS support + + +## 2.0.0 (2023-10-06) + +### Features + +- Add tilt support +- HACS support + +## 1.0.0 (2023-10-02) + +### Features + +- Initial Release based on [davidramosweb/home-assistant-custom-components-cover-time-based](https://github.com/davidramosweb/home-assistant-custom-components-cover-time-based) diff --git a/custom_components/cover_time_based/manifest.json b/custom_components/cover_time_based/manifest.json index 268c7fa..2be48cd 100644 --- a/custom_components/cover_time_based/manifest.json +++ b/custom_components/cover_time_based/manifest.json @@ -6,8 +6,8 @@ "integration_type": "helper", "iot_class": "calculated", "issue_tracker": "https://github.com/Sese-Schneider/ha-cover-time-based/issues", - "requirements": [ + "requirements": [ "xknx==0.9.4" ], - "version": "2.0.0" + "version": "2.0.1" }