From 1e62f25bb5ebe63b43d6591343301f27251591aa Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 8 Feb 2022 21:48:10 +0000 Subject: [PATCH] chore(release): 2.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ custom_components/foldingathomecontrol/const.py | 2 +- custom_components/foldingathomecontrol/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee83b6d..d764bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.1.0 (2022-02-08) +### Feature +* Add service to set power level ([`0ab091e`](https://github.com/eifinger/hass-foldingathomecontrol/commit/0ab091e488146e85cb0bdde58640efd249ca9c6b)) + ## v2.0.15 (2022-01-25) ### Fix * Use SensorEntity as Base ([`afa7d3b`](https://github.com/eifinger/hass-foldingathomecontrol/commit/afa7d3ba01b4ac0fbf7aaac00db7cd06a892372d)) diff --git a/custom_components/foldingathomecontrol/const.py b/custom_components/foldingathomecontrol/const.py index 6ff931b..ac45ef3 100644 --- a/custom_components/foldingathomecontrol/const.py +++ b/custom_components/foldingathomecontrol/const.py @@ -8,7 +8,7 @@ UNSUB_DISPATCHERS = "unsub_dispatchers" DOMAIN = "foldingathomecontrol" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "2.0.15" +VERSION = "2.1.0" PLATFORMS = ["sensor"] DATA_UPDATED = f"{DOMAIN}_data_updated" SENSOR_ADDED = f"{DOMAIN}_sensor_added" diff --git a/custom_components/foldingathomecontrol/manifest.json b/custom_components/foldingathomecontrol/manifest.json index dca5cab..b9c3f90 100644 --- a/custom_components/foldingathomecontrol/manifest.json +++ b/custom_components/foldingathomecontrol/manifest.json @@ -5,7 +5,7 @@ "issue_tracker": "https://github.com/eifinger/hass-foldingathomecontrol/issues", "dependencies": [], "config_flow": true, - "version": "2.0.15", + "version": "2.1.0", "codeowners": [ "@eifinger" ], diff --git a/pyproject.toml b/pyproject.toml index 899ea80..e636e35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hass-foldingathomecontrol" -version = "2.0.15" +version = "2.1.0" description = "Homeassistant Custom Component to integrate with Folding@Home" license = "MIT" authors = ["Kevin Stillhammer "]