Skip to content

Commit d842e5e

Browse files
authored
fix(client): update econnect-python to support backend long-polling (#182)
1 parent 27d6659 commit d842e5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/econnect_metronet/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"iot_class": "cloud_polling",
1111
"issue_tracker": "https://github.com/palazzem/ha-econnect-alarm/issues",
1212
"loggers": ["custom_components.econnect_metronet", "elmo"],
13-
"requirements": ["econnect-python==0.12.0"],
13+
"requirements": ["econnect-python==0.14.0"],
1414
"version": "2.4.1"
1515
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: Implementation :: CPython",
3232
]
3333
dependencies = [
34-
"econnect-python==0.12.0",
34+
"econnect-python==0.14.0",
3535
"async_timeout",
3636
"homeassistant",
3737
]

0 commit comments

Comments
 (0)