diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa1ba8..307004d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,19 @@ All notable changes to this project will be documented in this file. -## 2024.01.2 +## 2024.1.3 + +- (Sorry, tired) Correction following incorrect handling of the minimal version of HASS. + +## 2024.1.2 - Correction following incorrect handling of the minimal version of HASS. -## 2024.01.1 +## 2024.1.1 - version number patch -## 2024.01.0 +## 2024.1.0 - #218 Set state_class as class variable after installing Core 2024.1 beta @edenhaus diff --git a/custom_components/bodymiscale/const.py b/custom_components/bodymiscale/const.py index fc2809e..0f2fa00 100644 --- a/custom_components/bodymiscale/const.py +++ b/custom_components/bodymiscale/const.py @@ -5,7 +5,7 @@ MIN_REQUIRED_HA_VERSION = "2023.9.0" NAME = "BodyMiScale" DOMAIN = "bodymiscale" -VERSION = "2024.1.2" +VERSION = "2024.1.3" ISSUE_URL = "https://github.com/dckiller51/bodymiscale/issues" diff --git a/custom_components/bodymiscale/manifest.json b/custom_components/bodymiscale/manifest.json index 0e37916..f8c841a 100644 --- a/custom_components/bodymiscale/manifest.json +++ b/custom_components/bodymiscale/manifest.json @@ -15,5 +15,5 @@ "requirements": [ "cachetools==5.3.0" ], - "version": "2024.1.2" + "version": "2024.1.3" } diff --git a/hacs.json b/hacs.json index bcb785f..1c7b272 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { - "homeassistant": "2024.1.2", + "homeassistant": "2023.9.0", "name": "Bodymiscale", "render_readme": true }