Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 12, 2022
1 parent 25a66cb commit e363982
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v2.2.0 (2022-02-12)
### Feature
* Add select entities and button per instance ([`25a66cb`](https://github.com/eifinger/hass-foldingathomecontrol/commit/25a66cbd34f2d63f2e6f0b66b224b7c43915b456))
* Add pause/unpause buttons ([`5dd7f08`](https://github.com/eifinger/hass-foldingathomecontrol/commit/5dd7f08940f838bfd074c288c79fde8f24e20ff9))

## v2.1.0 (2022-02-08)
### Feature
* Add service to set power level ([`0ab091e`](https://github.com/eifinger/hass-foldingathomecontrol/commit/0ab091e488146e85cb0bdde58640efd249ca9c6b))
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 @@ -8,7 +8,7 @@
UNSUB_DISPATCHERS = "unsub_dispatchers"
DOMAIN = "foldingathomecontrol"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "2.1.0"
VERSION = "2.2.0"
PLATFORMS = ["sensor"]
DATA_UPDATED = f"{DOMAIN}_data_updated"
SENSOR_ADDED = f"{DOMAIN}_sensor_added"
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 @@ -5,7 +5,7 @@
"issue_tracker": "https://github.com/eifinger/hass-foldingathomecontrol/issues",
"dependencies": [],
"config_flow": true,
"version": "2.1.0",
"version": "2.2.0",
"codeowners": [
"@eifinger"
],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "hass-foldingathomecontrol"
version = "2.1.0"
version = "2.2.0"
description = "Homeassistant Custom Component to integrate with Folding@Home"
license = "MIT"
authors = ["Kevin Stillhammer <[email protected]>"]
Expand Down

0 comments on commit e363982

Please sign in to comment.