We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
econnect-python
1 parent 8ce1da3 commit 83cb580Copy full SHA for 83cb580
custom_components/econnect_metronet/manifest.json
@@ -16,7 +16,7 @@
16
"elmo"
17
],
18
"requirements": [
19
- "econnect-python==0.12.0a1"
+ "econnect-python==0.12.0"
20
21
"version": "2.4.0"
22
}
pyproject.toml
@@ -31,7 +31,7 @@ classifiers = [
31
"Programming Language :: Python :: Implementation :: CPython",
32
]
33
dependencies = [
34
- "econnect-python==0.12.0a1",
+ "econnect-python==0.12.0",
35
"async_timeout",
36
"homeassistant",
37
0 commit comments