We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef7ca4 commit bff62e5Copy full SHA for bff62e5
custom_components/plugwise/manifest.json
@@ -7,7 +7,7 @@
7
"integration_type": "hub",
8
"iot_class": "local_polling",
9
"loggers": ["plugwise"],
10
- "requirements": ["https://test-files.pythonhosted.org/packages/6e/72/628f197c63629f67969671a36bc8f6e7f26d7c7a0f860d5f80e3331343eb/plugwise-1.6.4a0.tar.gz#plugwise==1.6.4a0"],
11
- "version": "0.55.4a0",
+ "requirements": ["plugwise==1.6.4"],
+ "version": "0.55.4",
12
"zeroconf": ["_plugwise._tcp.local."]
13
}
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "plugwise-beta"
3
-version = "0.55.3"
+version = "0.55.4"
4
description = "Plugwise beta custom-component"
5
readme = "README.md"
6
requires-python = ">=3.12"
0 commit comments