From 7a4ff6315da58a0baa3a987afbbf8d9b0788fe4c Mon Sep 17 00:00:00 2001 From: dckiller51 <53062806+dckiller51@users.noreply.github.com> Date: Fri, 5 Jan 2024 22:31:08 +0100 Subject: [PATCH] 2024.1.0 --- CHANGELOG.md | 4 ++++ custom_components/bodymiscale/const.py | 2 +- custom_components/bodymiscale/manifest.json | 2 +- hacs.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a11f948..2e3a5f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. +## 2024.01.0 + +- #218 Set state_class as class variable after installing Core 2024.1 beta @edenhaus + ## 2023.11.2 - corrects the calculation problem when the main weight sensor is in pound "lb". diff --git a/custom_components/bodymiscale/const.py b/custom_components/bodymiscale/const.py index 5274c9e..9072aad 100644 --- a/custom_components/bodymiscale/const.py +++ b/custom_components/bodymiscale/const.py @@ -2,7 +2,7 @@ from homeassistant.const import Platform -MIN_REQUIRED_HA_VERSION = "2023.9.0" +MIN_REQUIRED_HA_VERSION = "2024.1.0" NAME = "BodyMiScale" DOMAIN = "bodymiscale" VERSION = "2023.11.2" diff --git a/custom_components/bodymiscale/manifest.json b/custom_components/bodymiscale/manifest.json index b0f8b2e..800ac33 100644 --- a/custom_components/bodymiscale/manifest.json +++ b/custom_components/bodymiscale/manifest.json @@ -15,5 +15,5 @@ "requirements": [ "cachetools==5.3.0" ], - "version": "2023.11.2" + "version": "2024.1.0" } diff --git a/hacs.json b/hacs.json index 1c7b272..1e22805 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { - "homeassistant": "2023.9.0", + "homeassistant": "2024.1.0", "name": "Bodymiscale", "render_readme": true }