Skip to content

Commit 2ca58c8

Browse files
committed
Getting HACS to work
1 parent 29b35aa commit 2ca58c8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

custom_components/.DS_Store

0 Bytes
Binary file not shown.
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
22
"domain": "meshcore_sms",
33
"name": "MeshCore SMS Gateway",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"documentation": "https://github.com/mikewren/meshcore-sms",
66
"issue_tracker": "https://github.com/mikewren/meshcore-sms/issues",
77
"dependencies": ["meshcore"],
8-
"dependencies": [],
98
"after_dependencies": ["meshcore"],
109
"codeowners": ["@mikewren"],
1110
"loggers": ["custom_components.meshcore_sms"],
1211
"requirements": ["twilio>=8.2.0"],
1312
"config_flow": true,
1413
"iot_class": "cloud_push",
15-
"integration_type": "service",
16-
"icon": "mdi:message"
14+
"integration_type": "service"
1715
}

0 commit comments

Comments
 (0)