Skip to content

Commit

Permalink
Bump version to v2.2.5
Browse files Browse the repository at this point in the history
Bump aiosenseme library to >= v0.5.5
  • Loading branch information
mikelawrence committed Mar 27, 2021
1 parent e48a2f7 commit 08d8f52
Show file tree
Hide file tree
Showing 3 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
@@ -1,5 +1,9 @@
# Changelog for Home Assistant integration for SenseME fans

## 2.2.5 - Bump aiosenseme library to >= v0.5.5

* Improve startup time when initially connecting to device

## 2.2.4 - Allow fan to resume last speed when turned on

* Previous versions set the fan percentage to 25% (speed 2) when just turned on. Now when the fan is turned on and percentage is not specified the fan will resume last set speed.
Expand Down
4 changes: 2 additions & 2 deletions custom_components/senseme/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "senseme",
"name": "SenseME",
"version": "2.2.4",
"version": "2.2.5",
"config_flow": true,
"documentation": "https://www.github.com/mikelawrence/senseme-hacs",
"issue_tracker": "https://github.com/mikelawrence/senseme-hacs/issues",
Expand All @@ -10,6 +10,6 @@
"@mikelawrence"
],
"requirements": [
"aiosenseme>=0.5.4,<0.6.0"
"aiosenseme>=0.5.5,<0.6.0"
]
}
2 changes: 1 addition & 1 deletion custom_components/senseme/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version for senseme-hacs."""

__version__ = "2.2.4"
__version__ = "2.2.5"

0 comments on commit 08d8f52

Please sign in to comment.