Skip to content

Commit 24ca708

Browse files
authored
Update hacs.json
1 parent 5705f84 commit 24ca708

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

hacs.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "Processor",
3-
"homeassistant": "2022.7.6",
3+
"version": "1.0.0",
4+
"homeassistant": {
5+
"min_version": "2022.7.6"
6+
},
47
"domains": ["processor"],
5-
"iot_class": ["Local Push"]
8+
"iot_class": "Local Push",
9+
"documentation": "https://github.com/danobot/mqtt_payload_processor",
10+
"issue_tracker": "https://github.com/danobot/mqtt_payload_processor/issues"
611
}

0 commit comments

Comments
 (0)