Skip to content

Commit

Permalink
2024.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dckiller51 committed Jan 5, 2024
1 parent dbdf4be commit 7a4ff63
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

<!--next-version-placeholder-->

## 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".
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bodymiscale/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bodymiscale/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"requirements": [
"cachetools==5.3.0"
],
"version": "2023.11.2"
"version": "2024.1.0"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homeassistant": "2023.9.0",
"homeassistant": "2024.1.0",
"name": "Bodymiscale",
"render_readme": true
}

0 comments on commit 7a4ff63

Please sign in to comment.