We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
econnect-python
1 parent 27d6659 commit d842e5eCopy full SHA for d842e5e
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.12.0"],
+ "requirements": ["econnect-python==0.14.0"],
14
"version": "2.4.1"
15
}
pyproject.toml
@@ -31,7 +31,7 @@ classifiers = [
31
"Programming Language :: Python :: Implementation :: CPython",
32
]
33
dependencies = [
34
- "econnect-python==0.12.0",
+ "econnect-python==0.14.0",
35
"async_timeout",
36
"homeassistant",
37
0 commit comments