From e3639826082f9dd866f006caa0a68185a8ae3219 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 12 Feb 2022 21:40:30 +0000 Subject: [PATCH] chore(release): 2.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ custom_components/foldingathomecontrol/const.py | 2 +- custom_components/foldingathomecontrol/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d764bf2..40ae126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## 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)) diff --git a/custom_components/foldingathomecontrol/const.py b/custom_components/foldingathomecontrol/const.py index 788a2ad..078d3c1 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.1.0" +VERSION = "2.2.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 83d0226..f5c2b08 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.1.0", + "version": "2.2.0", "codeowners": [ "@eifinger" ], diff --git a/pyproject.toml b/pyproject.toml index 86ec503..99b9e7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]