Skip to content

Commit

Permalink
2.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 24, 2024
1 parent 4cc437d commit 007a366
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v2.4.1 (2024-01-24)

### Fix

* Use UnitOfTime.SECONDS ([#444](https://github.com/eifinger/hass-foldingathomecontrol/issues/444)) ([`4cc437d`](https://github.com/eifinger/hass-foldingathomecontrol/commit/4cc437d7676e7eefedbce8a96cef4cfb3591d02e))

## v2.4.0 (2023-08-15)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion custom_components/foldingathomecontrol/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Startup message
NAME = "FoldingAtHomeControl"
ISSUE_URL = "https://github.com/eifinger/hass-foldingathomecontrol/issues"
VERSION = "2.4.0"
VERSION = "2.4.1"
STARTUP_MESSAGE = f"""
-------------------------------------------------------------------
{NAME}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/foldingathomecontrol/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"requirements": [
"PyFoldingAtHomeControl==3.0.1"
],
"version": "2.4.0"
"version": "2.4.1"
}

0 comments on commit 007a366

Please sign in to comment.