We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
econnect-python
1 parent 7d05c53 commit b512807Copy full SHA for b512807
custom_components/econnect_metronet/manifest.json
@@ -10,6 +10,6 @@
10
"iot_class": "cloud_polling",
11
"issue_tracker": "https://github.com/palazzem/ha-econnect-alarm/issues",
12
"loggers": ["custom_components.econnect_metronet", "elmo"],
13
- "requirements": ["econnect-python==0.14.0"],
+ "requirements": ["econnect-python==0.14.1"],
14
"version": "2.5.0"
15
}
pyproject.toml
@@ -31,7 +31,7 @@ classifiers = [
31
"Programming Language :: Python :: Implementation :: CPython",
32
]
33
dependencies = [
34
- "econnect-python==0.14.0",
+ "econnect-python==0.14.1",
35
"async_timeout",
36
"homeassistant",
37
0 commit comments