Skip to content

Commit e870a22

Browse files
committed
chore: hacs validation
Signed-off-by: Damian Skrzyński <polprog.tech@gmail.com>
1 parent bef890f commit e870a22

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed
4.9 KB
Loading
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"domain": "entitymap",
33
"name": "EntityMap",
4-
"version": "1.0.0",
5-
"documentation": "https://github.com/polprog-tech/EntityMap",
6-
"issue_tracker": "https://github.com/polprog-tech/EntityMap/issues",
7-
"codeowners": ["@polprog-tech"],
8-
"requirements": [],
9-
"dependencies": ["frontend", "http"],
104
"after_dependencies": [
115
"automation",
12-
"script",
13-
"scene",
6+
"counter",
147
"group",
158
"input_boolean",
9+
"input_button",
10+
"input_datetime",
1611
"input_number",
17-
"input_text",
1812
"input_select",
19-
"input_datetime",
20-
"input_button",
21-
"counter",
22-
"timer",
23-
"template"
13+
"input_text",
14+
"scene",
15+
"script",
16+
"template",
17+
"timer"
2418
],
25-
"integration_type": "service",
19+
"codeowners": ["@polprog-tech"],
2620
"config_flow": true,
27-
"iot_class": "calculated"
21+
"dependencies": ["frontend", "http"],
22+
"documentation": "https://github.com/polprog-tech/EntityMap",
23+
"integration_type": "service",
24+
"iot_class": "calculated",
25+
"issue_tracker": "https://github.com/polprog-tech/EntityMap/issues",
26+
"requirements": [],
27+
"version": "1.0.0"
2828
}

0 commit comments

Comments
 (0)