Skip to content

Commit 2a80bf3

Browse files
authored
Merge pull request #937 from plugwise/emma-zigbee
Add initial support for Emma
2 parents a778fb8 + 2af76ca commit 2a80bf3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
Versions from 0.40 and up
44

5-
## Ongoing
5+
## v0.58.0
66

77
- Fix mypy errors in Core (not accepted in HA Core)
88
- Introduce Snapshot testing for all platforms (requirement from HA Core)
9+
- New Feature: add initial support for the Emma via plugwise [v1.8.0](https://github.com/plugwise/python-plugwise/releases/tag/v1.8.0)
910

1011
## v0.57.6
1112

custom_components/plugwise/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"integration_type": "hub",
88
"iot_class": "local_polling",
99
"loggers": ["plugwise"],
10-
"requirements": ["plugwise==1.7.8"
11-
],
12-
"version": "0.57.6",
10+
"requirements": ["plugwise==1.8.0"],
11+
"version": "0.58.0",
1312
"zeroconf": ["_plugwise._tcp.local."]
1413
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plugwise-beta"
3-
version = "0.57.6"
3+
version = "0.58.0"
44
description = "Plugwise beta custom-component"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)