We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5705f84 commit 24ca708Copy full SHA for 24ca708
hacs.json
@@ -1,6 +1,11 @@
1
{
2
"name": "Processor",
3
- "homeassistant": "2022.7.6",
+ "version": "1.0.0",
4
+ "homeassistant": {
5
+ "min_version": "2022.7.6"
6
+ },
7
"domains": ["processor"],
- "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"
11
}
0 commit comments