Skip to content

Commit 88f96c7

Browse files
committed
release: v2.5.1b2
1 parent a44a685 commit 88f96c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

custom_components/econnect_metronet/manifest.json

Lines changed: 2 additions & 2 deletions
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.14.1a1"],
14-
"version": "2.5.1b1"
13+
"requirements": ["econnect-python==0.14.1a2"],
14+
"version": "2.5.1b2"
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.14.1a1",
34+
"econnect-python==0.14.1a2",
3535
"async_timeout",
3636
"homeassistant",
3737
]

0 commit comments

Comments
 (0)