Skip to content

Commit

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

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

## 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

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 @@ -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"

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": "2024.1.2"
"version": "2024.1.3"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homeassistant": "2024.1.2",
"homeassistant": "2023.9.0",
"name": "Bodymiscale",
"render_readme": true
}

0 comments on commit 8bd04bd

Please sign in to comment.