Skip to content

Commit

Permalink
chore(release): 2.0.15
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 25, 2022
1 parent 0cc64df commit a8220db
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 17 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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

## v2.0.15 (2022-01-25)
### Fix
* Use SensorEntity as Base ([`afa7d3b`](https://github.com/eifinger/hass-foldingathomecontrol/commit/afa7d3ba01b4ac0fbf7aaac00db7cd06a892372d))
* Fix entry unloading ([`73f2af5`](https://github.com/eifinger/hass-foldingathomecontrol/commit/73f2af50a33f9e4e805ac62fa4faf53bcb3bfb2e))
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.0.14"
VERSION = "2.0.15"
PLATFORMS = ["sensor"]
DATA_UPDATED = f"{DOMAIN}_data_updated"
SENSOR_ADDED = f"{DOMAIN}_sensor_added"
Expand Down
30 changes: 15 additions & 15 deletions custom_components/foldingathomecontrol/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"domain": "foldingathomecontrol",
"name": "Folding@HomeControl",
"documentation": "https://github.com/eifinger/hass-foldingathomecontrol",
"issue_tracker": "https://github.com/eifinger/hass-foldingathomecontrol/issues",
"dependencies": [],
"config_flow": true,
"version": "2.0.14",
"codeowners": [
"@eifinger"
],
"requirements": [
"PyFoldingAtHomeControl==2.0.1"
],
"iot_class": "local_push"
{
"domain": "foldingathomecontrol",
"name": "Folding@HomeControl",
"documentation": "https://github.com/eifinger/hass-foldingathomecontrol",
"issue_tracker": "https://github.com/eifinger/hass-foldingathomecontrol/issues",
"dependencies": [],
"config_flow": true,
"version": "2.0.15",
"codeowners": [
"@eifinger"
],
"requirements": [
"PyFoldingAtHomeControl==2.0.1"
],
"iot_class": "local_push"
}
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.0.14"
version = "2.0.15"
description = "Homeassistant Custom Component to integrate with Folding@Home"
license = "MIT"
authors = ["Kevin Stillhammer <[email protected]>"]
Expand Down

0 comments on commit a8220db

Please sign in to comment.