Skip to content

Commit b902f6b

Browse files
committed
chore(release): 2.1.0
Automatically generated by python-semantic-release
1 parent caa9ad6 commit b902f6b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.1.0 (2022-01-06)
6+
### Feature
7+
* Add button entities ([`caa9ad6`](https://github.com/eifinger/hass-weenect/commit/caa9ad6db710ac4a82bd464115ed7fc2c9a64350))
8+
* Add select entity for update rate ([`3733d88`](https://github.com/eifinger/hass-weenect/commit/3733d88948b87de11974933d947bfe93aa8d8519))
9+
510
## v2.0.9 (2022-01-06)
611
### Fix
712
* Generate correct unique_ids ([`f67ee48`](https://github.com/eifinger/hass-weenect/commit/f67ee48e581f1168a4ac3f1508ff214209160d06))

custom_components/weenect/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Base component constants
1919
NAME = "Weenect"
2020
DOMAIN = "weenect"
21-
VERSION = "2.0.9"
21+
VERSION = "2.1.0"
2222
ATTRIBUTION = "Data provided by https://my.weenect.com/"
2323
ISSUE_URL = "https://github.com/eifinger/hass-weenect/issues"
2424

custom_components/weenect/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"documentation": "https://github.com/eifinger/hass-weenect",
55
"issue_tracker": "https://github.com/eifinger/hass-weenect/issues",
66
"dependencies": [],
7-
"version": "2.0.9",
7+
"version": "2.1.0",
88
"config_flow": true,
99
"codeowners": [
1010
"@eifinger"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "hass-weenect"
7-
version = "2.0.9"
7+
version = "2.1.0"
88
description = "Homeassistant Custom Component for Weenect"
99
license = "MIT"
1010
authors = ["Kevin Stillhammer <[email protected]>"]

0 commit comments

Comments
 (0)