File tree 4 files changed +8
-3
lines changed
custom_components/weenect
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
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
+
5
10
## v2.0.9 (2022-01-06)
6
11
### Fix
7
12
* Generate correct unique_ids ([ ` f67ee48 ` ] ( https://github.com/eifinger/hass-weenect/commit/f67ee48e581f1168a4ac3f1508ff214209160d06 ) )
Original file line number Diff line number Diff line change 18
18
# Base component constants
19
19
NAME = "Weenect"
20
20
DOMAIN = "weenect"
21
- VERSION = "2.0.9 "
21
+ VERSION = "2.1.0 "
22
22
ATTRIBUTION = "Data provided by https://my.weenect.com/"
23
23
ISSUE_URL = "https://github.com/eifinger/hass-weenect/issues"
24
24
Original file line number Diff line number Diff line change 4
4
"documentation" : " https://github.com/eifinger/hass-weenect" ,
5
5
"issue_tracker" : " https://github.com/eifinger/hass-weenect/issues" ,
6
6
"dependencies" : [],
7
- "version" : " 2.0.9 " ,
7
+ "version" : " 2.1.0 " ,
8
8
"config_flow" : true ,
9
9
"codeowners" : [
10
10
" @eifinger"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " hass-weenect"
7
- version = " 2.0.9 "
7
+ version = " 2.1.0 "
8
8
description = " Homeassistant Custom Component for Weenect"
9
9
license = " MIT"
10
10
authors = [
" Kevin Stillhammer <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments