Skip to content

Commit

Permalink
release: 2.4.1 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
palazzem authored Nov 15, 2024
1 parent 88491c7 commit d161faa
Showing 1 changed file with 13 additions and 20 deletions.
33 changes: 13 additions & 20 deletions custom_components/econnect_metronet/manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
{
"domain": "econnect_metronet",
"name": "e-Connect/Metronet Alarm",
"after_dependencies": [],
"codeowners": [
"@palazzem"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/palazzem/ha-econnect-alarm",
"integration_type": "device",
"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"
],
"version": "2.4.0"
"domain": "econnect_metronet",
"name": "e-Connect/Metronet Alarm",
"after_dependencies": [],
"codeowners": ["@palazzem"],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/palazzem/ha-econnect-alarm",
"integration_type": "device",
"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"],
"version": "2.4.1"
}

0 comments on commit d161faa

Please sign in to comment.