Skip to content

Commit

Permalink
chore(release): 2.3.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 13, 2022
1 parent c129e8b commit 08050fc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v2.3.0 (2022-02-13)
### Feature
* Add send_command service ([`76aaea6`](https://github.com/eifinger/hass-foldingathomecontrol/commit/76aaea6e0eeacc85ed4d434a488e85e1a651980d))

### Fix
* Only add address buttons once ([`b3af5e2`](https://github.com/eifinger/hass-foldingathomecontrol/commit/b3af5e200d4b42a06e168dfe8bfe03c8c2bd1301))
* Force slot updates ([`9a4f04d`](https://github.com/eifinger/hass-foldingathomecontrol/commit/9a4f04d9588f76f95d2bc805044046ea3a0e996c))

## v2.2.0 (2022-02-12)
### Feature
* Add select entities and button per instance ([`25a66cb`](https://github.com/eifinger/hass-foldingathomecontrol/commit/25a66cbd34f2d63f2e6f0b66b224b7c43915b456))
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.2.0"
VERSION = "2.3.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.2.0",
"version": "2.3.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.2.0"
version = "2.3.0"
description = "Homeassistant Custom Component to integrate with Folding@Home"
license = "MIT"
authors = ["Kevin Stillhammer <[email protected]>"]
Expand Down

0 comments on commit 08050fc

Please sign in to comment.