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 f258f80 commit 4de9a04Copy full SHA for 4de9a04
custom_components/plugwise/manifest.json
@@ -7,9 +7,8 @@
7
"integration_type": "hub",
8
"iot_class": "local_polling",
9
"loggers": ["plugwise"],
10
- "requirements": [
11
- "https://test-files.pythonhosted.org/packages/8c/f5/46690523dfcb9d195522d9abbf43bd3161fc829ae80b01e239fd127a8ccf/plugwise-1.7.8a2.tar.gz#plugwise==1.7.8a2"
+ "requirements": ["plugwise==1.7.8"
12
],
13
- "version": "0.57.5",
+ "version": "0.57.6",
14
"zeroconf": ["_plugwise._tcp.local."]
15
}
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "plugwise-beta"
3
-version = "0.57.5"
+version = "0.57.6"
4
description = "Plugwise beta custom-component"
5
readme = "README.md"
6
requires-python = ">=3.13"
0 commit comments