Skip to content

Commit 3d13765

Browse files
committed
fix manifest to comply to new hassfest rules
1 parent 2dee821 commit 3d13765

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"domain": "rtetempo",
33
"name": "RTE Tempo",
4+
"codeowners": ["@hekmon"],
45
"config_flow": true,
56
"documentation": "https://github.com/hekmon/rtetempo",
7+
"iot_class": "cloud_polling",
68
"issue_tracker": "https://github.com/hekmon/rtetempo/issues",
7-
"version": "1.3.0",
89
"requirements": [
910
"oauthlib==3.2.2",
1011
"requests==2.28.1",
1112
"requests-oauthlib==1.3.1"
1213
],
13-
"codeowners": ["@hekmon"],
14-
"iot_class": "cloud_polling"
14+
"version": "1.3.0"
1515
}

0 commit comments

Comments
 (0)