diff --git a/custom_components/econnect_metronet/manifest.json b/custom_components/econnect_metronet/manifest.json index d6997af..ee2214e 100644 --- a/custom_components/econnect_metronet/manifest.json +++ b/custom_components/econnect_metronet/manifest.json @@ -10,6 +10,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/palazzem/ha-econnect-alarm/issues", "loggers": ["custom_components.econnect_metronet", "elmo"], - "requirements": ["econnect-python==0.12.0"], + "requirements": ["econnect-python==0.14.0"], "version": "2.4.1" } diff --git a/pyproject.toml b/pyproject.toml index 37b9be0..7a09d94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", ] dependencies = [ - "econnect-python==0.12.0", + "econnect-python==0.14.0", "async_timeout", "homeassistant", ]